From 0bae7ae7227179d79e1f3a0378398a88bc3796cc Mon Sep 17 00:00:00 2001 From: thelearnerofcode Date: Sat, 11 Nov 2017 11:24:08 -0500 Subject: [PATCH] Fixed typo in README.md (#876) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df31b80b..898a3e8c 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ configuration file as the following paths: 3. `$HOME/.config/alacritty/alacritty.yml` 4. `$HOME/.alacritty.yml` -If neither of these paths are found then +If none of these paths are found then `$XDG_CONFIG_HOME/alacritty/alacritty.yml` is created once alacritty is first run. On most systems this often defaults to `$HOME/.config/alacritty/alacritty.yml`.