diff options
author | igravious <github@sahos.org> | 2017-01-09 09:40:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 09:40:15 +0000 |
commit | 1bda79edfff9bebd4ff6fca50bfd1515e3042aa9 (patch) | |
tree | fb78c6662c3020c5fbf0147d3f5493853ecc3ac2 | |
parent | 2fa271419c4765f7758dcf336fe0b913c12c18a6 (diff) | |
download | alacritty-1bda79edfff9bebd4ff6fca50bfd1515e3042aa9.tar.gz alacritty-1bda79edfff9bebd4ff6fca50bfd1515e3042aa9.zip |
Update README.md
Tiny grammar fix.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ cargo build --release If all goes well, this should place a binary at `target/release/alacritty`. **BEFORE YOU RUN IT:** Install the config file as described below; otherwise, -many things (such as arrow keys) would not work. If you're on macOS, you'll need +many things (such as arrow keys) will not work. If you're on macOS, you'll need to change the `monospace` font family to something like `Menlo`. ### Desktop Entry |