Correction: fzf no longer depends on ncurses

This commit is contained in:
Junegunn Choi
2017-04-06 02:08:49 +09:00
parent 7c8f7d3f20
commit a50909e806

View File

@@ -109,7 +109,7 @@ See [BUILD.md](BUILD.md).
Usage
-----
fzf will launch curses-based finder, read the list from STDIN, and write the
fzf will launch interactive finder, read the list from STDIN, and write the
selected item to STDOUT.
```sh