From a50909e8067f5ef5a0aa2bb4637f033fe91df8b2 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 6 Apr 2017 02:08:49 +0900 Subject: [PATCH] Correction: fzf no longer depends on ncurses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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