summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-04-06 02:08:49 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-04-06 02:08:49 +0900
commita50909e8067f5ef5a0aa2bb4637f033fe91df8b2 (patch)
tree148130e2769b15995a46d6149b449be4b864d06f
parent7c8f7d3f201b89c2e1fb1aca4b7289964469cba8 (diff)
downloadfzf-a50909e8067f5ef5a0aa2bb4637f033fe91df8b2.tar.gz
Correction: fzf no longer depends on ncurses
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abe0abd9..56fcd174 100644
--- a/README.md
+++ b/README.md
@@ -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