From c82c80a2e0da6f5963c84bd7d570646512e548d9 Mon Sep 17 00:00:00 2001 From: drlellinger <39723641+drlellinger@users.noreply.github.com> Date: Sun, 31 May 2020 18:25:26 +0200 Subject: [PATCH] Fixed error in User-specified config.json A / was missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3072cb7..14e643b 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ User-specified config.json + `%APPDATA%\$NAME\config.json` on Windows + `$XDG_CONFIG_HOME\$NAME\config.json` or `~/.config/$NAME/config.json` on Linux -+ `~Library/Application Support/$NAME/config.json` on macOS ++ `~/Library/Application Support/$NAME/config.json` on macOS In the paths above, `$NAME` is typically `Riot`, unless you use `--profile $PROFILE` in which case it becomes `Riot-$PROFILE`.