Skip to content

Commit a0868c9

Browse files
2 parents 06c23ee + 425c228 commit a0868c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ Run the following commands in a terminal (Command Prompt or PowerShell).
6363
- To change the default **Text** Sub Folder:
6464

6565
```powershell
66-
PasteIntoFile /TextSubDir MyDefaultTextFolder
66+
PasteIntoFile /TextDefaultDir MyDefaultTextFolder
6767
```
6868

6969

7070
- To change the default **Image** Sub Folder:
7171

7272
```powershell
73-
PasteIntoFile /ImageSubDir MyImgDir
73+
PasteIntoFile /ImageDefaultDir MyImgDir
7474
```
7575

7676

7777
- To change the default path to a specific folder use a fully qualified path having a **drive** letter:
7878
```powershell
79-
PasteIntoFile /ImageSubDir C:\MyProject\Screenshots
80-
PasteIntoFile /TextSubDir C:\MyProject\SourceCode
79+
PasteIntoFile /ImageDefaultDir C:\MyProject\Screenshots
80+
PasteIntoFile /TextDefaultDir C:\MyProject\SourceCode
8181
```
8282

8383

0 commit comments

Comments
 (0)