summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-07-06 22:35:23 -0400
committera1xd <[email protected]>2021-07-06 22:35:23 -0400
commit402aeb8688ea1210ef4f1e9e6172c67aa9f92e33 (patch)
treee7d0e12f8c305c50366e485c43f56ebe231618eb /doc
parentbugfix - off by 1 (diff)
downloadrawaccel-402aeb8688ea1210ef4f1e9e6172c67aa9f92e33.tar.xz
rawaccel-402aeb8688ea1210ef4f1e9e6172c67aa9f92e33.zip
fix filename casing in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/Guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Guide.md b/doc/Guide.md
index d640451..50fee9f 100644
--- a/doc/Guide.md
+++ b/doc/Guide.md
@@ -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).