Skip to content

Commit 1209a6d

Browse files
authored
Update README.md
1 parent a32c30e commit 1209a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In your `.ini` file, configure the `Finalshot.dll` plugin as follows:
2828
[mScreenshot]
2929
Measure=Plugin
3030
Plugin=Finalshot.dll
31-
SavePath="D:\\screenshot.png" ; Define your custom path for the screenshot
31+
SavePath="D:\screenshot.png" ; Define your custom path for the screenshot
3232
ScreenshotFinishAction=[!Log "Screenshot Saved"] ; Action to execute after screenshot
3333
```
3434

@@ -42,7 +42,7 @@ ScreenshotFinishAction=[!Log "Screenshot Saved"] ; Action to execute after scre
4242
[mScreenshot]
4343
Measure=Plugin
4444
Plugin=Finalshot.dll
45-
SavePath="C:\\Users\\YourUsername\\Pictures\\screenshot.png"
45+
SavePath="C:\Users\YourUsername\Pictures\screenshot.png"
4646
ScreenshotFinishAction=[!Log "Screenshot Saved"]
4747
```
4848

0 commit comments

Comments
 (0)