From cdf6be4f0617c88ccf7dff5ef229ae5fb710547e Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Sat, 22 Jun 2019 16:54:03 -0600 Subject: [PATCH] Update readme description to reference new completion strategy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dac45c..0e47f9e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ _[Fish](http://fishshell.com/)-like fast/unobtrusive autosuggestions for zsh._ -It suggests commands as you type. +It suggests commands as you type based on history and completions. Requirements: Zsh v4.3.11 or later