From 2cec5c0f304a4ba766fb7ea0506b707c54fcc32e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 11 Apr 2015 09:21:23 +0900 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a471749..8e02d88b 100644 --- a/README.md +++ b/README.md @@ -324,8 +324,8 @@ of the selected items. | `window` (*Neovim only*) | string | Command to open fzf window (e.g. `vertical aboveleft 30new`) | | `launcher` | string | External terminal emulator to start fzf with (Only used in GVim) | -*However on Neovim `fzf#run` is asynchronous and does not return values so you -should use `sink` or `sink+` to process the output from fzf.* +_However on Neovim `fzf#run` is asynchronous and does not return values so you +should use `sink` or `sink*` to process the output from fzf._ ##### Examples