From c0aad062ecce7d94fb102456984802adbb8d2c74 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Thu, 18 Feb 2016 15:40:18 -0500 Subject: [PATCH] Trivial README edit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16a711..ae3ff96 100644 --- a/README.md +++ b/README.md @@ -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`.