Trivial README edit.

This commit is contained in:
Chris Lane 2016-02-18 15:40:18 -05:00
parent 8ffeaa4211
commit c0aad062ec
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export CHEATPATH='/path/to/my/cheats'
You may, of course, append multiple directories to your `CHEATPATH`:
```sh
export CHEATPATH=$CHEATPATH:/path/to/more/cheats
export CHEATPATH="$CHEATPATH:/path/to/more/cheats"
```
You may view which directories are on your `CHEATPATH` with `cheat -d`.