fix filename casing in docs

This commit is contained in:
a1xd 2021-07-06 22:35:23 -04:00
parent e9d116af80
commit 402aeb8688

View file

@ -134,7 +134,7 @@ This curve looks like an "S" with the top half bigger than the bottom. Mathemati
### Look Up Table
This curve style is a blank canvas on which to create a curve. It allows the user to define the points which will make up the curve. For this reason, this mode is only for experts who know exactly what they want. Points can be supplied in the GUI according to format x1,y1;x2,y2;...xn.yn or in the settings.json in json format. The default Windows mouse acceleration settings (Enhanced Pointer Precision) can be very closely emulated with this style, using points: "1.505035,0.85549892;4.375,3.30972978;13.51,15.17478447;140,354.7026875;".
![LUTExample](images/lut_example.png)
![LUTExample](images/LUT_example.png)
## Further Help
Further help and frequently asked questions can be found in the [FAQ](https://github.com/a1xd/rawaccel/blob/master/doc/FAQ.md).