From 402aeb8688ea1210ef4f1e9e6172c67aa9f92e33 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 6 Jul 2021 22:35:23 -0400 Subject: fix filename casing in docs --- doc/Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3