diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-03-28 23:21:14 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-03-28 23:21:14 +0900 |
| commit | 3cb5fef6b6e9fae3166c29daf8532aaafc3cacb9 (patch) | |
| tree | ad21df99b9e9ca6767327e2afd7bc435055311db | |
| parent | 24f3ec7f33e2c7b0e66987558af1f150fcf148ca (diff) | |
| parent | 6da2e0aa1e1a220d3d9d0924bfac90b1c6775ea9 (diff) | |
| download | fzf-3cb5fef6b6e9fae3166c29daf8532aaafc3cacb9.tar.gz | |
Merge pull request #529 from mjwestcott/master
Fix typo in README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`) |
