diff options
| author | a1xd <[email protected]> | 2021-07-06 22:35:23 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-07-06 22:35:23 -0400 |
| commit | 402aeb8688ea1210ef4f1e9e6172c67aa9f92e33 (patch) | |
| tree | e7d0e12f8c305c50366e485c43f56ebe231618eb /doc/Guide.md | |
| parent | bugfix - off by 1 (diff) | |
| download | rawaccel-402aeb8688ea1210ef4f1e9e6172c67aa9f92e33.tar.xz rawaccel-402aeb8688ea1210ef4f1e9e6172c67aa9f92e33.zip | |
fix filename casing in docs
Diffstat (limited to 'doc/Guide.md')
| -rw-r--r-- | doc/Guide.md | 2 |
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;". - + ## Further Help Further help and frequently asked questions can be found in the [FAQ](https://github.com/a1xd/rawaccel/blob/master/doc/FAQ.md). |