summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-11 09:21:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-11 09:21:23 +0900
commit2cec5c0f304a4ba766fb7ea0506b707c54fcc32e (patch)
treea15ee178e8faf140ff8b91daa3ccda1bd7db86d5 /README.md
parent4760bb7743955f4a40f4da3656fac751fcab9815 (diff)
Fix typo in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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