From 4a268da1df268fd29f3ff8f6e9309499656b473b Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Mon, 11 Jun 2018 02:39:00 -0600 Subject: [PATCH] Fix readme- async no longer uses zpty --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ad07d8..2636936 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This can be useful when pasting large amount of text in the terminal, to avoid t ### Enable Asynchronous Mode -As of `v0.4.0`, suggestions can be fetched asynchronously using the `zsh/zpty` module. To enable this behavior, set the `ZSH_AUTOSUGGEST_USE_ASYNC` variable (it can be set to anything). +As of `v0.4.0`, suggestions can be fetched asynchronously. To enable this behavior, set the `ZSH_AUTOSUGGEST_USE_ASYNC` variable (it can be set to anything). ### Key Bindings