Made small copy fixes to docs

This commit is contained in:
Jonathan Moallem 2020-12-13 10:25:13 +11:00
parent 0bbbec7bb3
commit 49f9c01ba3
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ For working with some projects, you may want to pass arguments to the program on
#### macOS & Linux
```console
$ make AGRS="--somearg"
$ make ARGS="--somearg"
```
#### Windows