Skip to content

Commit

Permalink
Merge pull request #9 from illunix/patch-1
Browse files Browse the repository at this point in the history
Update README.md escaping all paths provided in the example program usage
  • Loading branch information
stoneharry authored Sep 20, 2021
2 parents 84a6f08 + 05dc357 commit f3b1736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ ERROR(S):
```
Example usage:
```bash
.\WoWResourceParser.exe -e -p --adtFolder=E:\_NewProjectWoW\_HOCKA\mpqs\world\maps\DungeonMode --dataFolder=E:\_NewProjectWoW\_HOCKA\mpqs "--destFolder=D:\WoW 3.3.5a\Data\patch-5.MPQ"
.\WoWResourceParser.exe -e -p --adtFolder="E:\_NewProjectWoW\_HOCKA\mpqs\world\maps\DungeonMode" --dataFolder="E:\_NewProjectWoW\_HOCKA\mpqs" --destFolder="D:\WoW 3.3.5a\Data\patch-5.MPQ"
```

0 comments on commit f3b1736

Please sign in to comment.