diff options
| author | thelearnerofcode <thelearnerofcode@users.noreply.github.com> | 2017-11-11 11:24:08 -0500 |
|---|---|---|
| committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-11-11 08:24:08 -0800 |
| commit | 0bae7ae7227179d79e1f3a0378398a88bc3796cc (patch) | |
| tree | b57e4bd8aae37d2353e6e656da8777ee8bf3c94f | |
| parent | bdb360ed1d25fa42b3743723321be298e500519f (diff) | |
| download | r-alacritty-0bae7ae7227179d79e1f3a0378398a88bc3796cc.tar.gz r-alacritty-0bae7ae7227179d79e1f3a0378398a88bc3796cc.tar.bz2 r-alacritty-0bae7ae7227179d79e1f3a0378398a88bc3796cc.zip | |
Fixed typo in README.md (#876)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |