summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-03-28 23:21:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-03-28 23:21:14 +0900
commit3cb5fef6b6e9fae3166c29daf8532aaafc3cacb9 (patch)
treead21df99b9e9ca6767327e2afd7bc435055311db
parent24f3ec7f33e2c7b0e66987558af1f150fcf148ca (diff)
parent6da2e0aa1e1a220d3d9d0924bfac90b1c6775ea9 (diff)
downloadfzf-3cb5fef6b6e9fae3166c29daf8532aaafc3cacb9.tar.gz
Merge pull request #529 from mjwestcott/master
Fix typo in README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d8a57207..c26066cc 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Pros
Installation
------------
-fzf project consists of the followings:
+fzf project consists of the following:
- `fzf` executable
- `fzf-tmux` script for launching fzf in a tmux pane
@@ -343,7 +343,7 @@ Tips
#### Rendering issues
-If you have any rendering issues, check the followings:
+If you have any rendering issues, check the following:
1. Make sure `$TERM` is correctly set. fzf will use 256-color only if it
contains `256` (e.g. `xterm-256color`)