Skip to content

Commit 7ed23dc

Browse files
kantarturoc
authored andcommitted
Typo on string #31? (#200)
1 parent c8ddfe8 commit 7ed23dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commandLine/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ here's the extended options if you want to experiment. please take are that opt
2828
-d, --dryrun don't change files
2929

3030

31-
**note that on windows, command line flags are written with "/" not "-" and don't have abbreviations, so -r would be /recusive**
31+
**note that on windows, command line flags are written with "/" not "-" and don't have abbreviations, so -r would be /recursive**
3232

3333
/recursive update recursively (applies only to update)
3434
/help
@@ -65,7 +65,7 @@ you can also specify platforms (default platform is inferred) such as:
6565

6666
## Environment variable
6767

68-
If you want to skip using -o (for specifying the path to openframeworks) you can set an environment variable "PG_OF_PATH". For example, on OSX, you can set this in your ~/.bash_profile:
68+
If you want to skip using `-o` (for specifying the path to openframeworks) you can set an environment variable "PG_OF_PATH". For example, on OSX, you can set this in your `~/.bash_profile`:
6969

7070
export PG_OF_PATH="MY_FULL_PATH_TO_OF"
7171

0 commit comments

Comments
 (0)