summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-01-20 01:39:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-01-20 01:39:55 +0900
commitce9c51d3997ca0fa4ac9ac77c5df94a0f82bfd80 (patch)
tree81461feaa3caf25ef34134fefdc240788c1e1f58
parent96176476f3990507b38f2ec45d24c12fcb7aa075 (diff)
Typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e3a1f04..d8a57207 100644
--- a/README.md
+++ b/README.md
@@ -264,7 +264,7 @@ export FZF_COMPLETION_OPTS='+c -x'
# - The first argument to the function is the base path to start traversal
# - Note that ag only lists files not directories
# - See the source code (completion.{bash,zsh}) for the details.
-_fzf_compgen_paths() {
+_fzf_compgen_path() {
ag -g "" "$1"
}
```