From 70a83f4a3a05402e224c15984b272c723c056e7b Mon Sep 17 00:00:00 2001 From: glepnir Date: Tue, 24 Oct 2023 17:20:02 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cf580f..28bf5af 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ require('epo').setup({ -- increase this value can aviod trigger complete when delete character. debounce = 50, -- when completion confrim auto show a signature help floating window. - signature = true, + signature = false, }) ```