From 1fb10b987b5abf24180676a6b6a8bfe370617549 Mon Sep 17 00:00:00 2001 From: "C.D. MacEachern" Date: Wed, 21 Dec 2022 13:48:53 -0500 Subject: [PATCH] docs: 'cmd' repeat twice (#75) Probably meant `keys`? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8faab1..33dafa8 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Additionally, you can also lazy-load on **events**, **commands**, Plugins will be lazy-loaded when one of the following is `true`: - the plugin only exists as a dependency in your spec -- it has an `event`, `cmd`, `ft` or `cmd` key +- it has an `event`, `cmd`, `ft` or `keys` key - it defines an `init` method - `config.defaults.lazy == true`