From 95611d2c12d62e43e7cd8b85f4d24279922a0a67 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 15 Mar 2019 17:53:20 +0000 Subject: [PATCH] Update README.md grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967fea3aaa..993466cbe8 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ To change the config.json for the desktop app, create a config file which will b + `$XDG_CONFIG_HOME\$NAME\config.json` or `~/.config/$NAME/config.json` on Linux + `~Library/Application Support/$NAME/config.json` on macOS -Where `$NAME` is typically Riot, unless you use `--profile $PROFILE` then its `Riot-$PROFILE`. +In the paths above, `$NAME` is typically `Riot`, unless you use `--profile $PROFILE` in which case it becomes `Riot-$PROFILE`. Development ===========