From a4daa45e49f6bbd7d1cc24817d6b2e2217065c63 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 17 Aug 2017 12:06:21 +0200 Subject: [PATCH] Use `Kaleidoscope.use` in the README too Signed-off-by: Gergely Nagy --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ffdec09..946292c7 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ void setup (){ } ``` -It is recommended to place the activation of the plugin (the `USE_PLUGINS` call) -as early as possible, so the plugin can catch all relevant key presses. The -configuration can happen at any time and should use the `STALKER` macro to do so. +It is recommended to place the activation of the plugin (the `Kaleidoscope.use` +call) as early as possible, so the plugin can catch all relevant key presses. +The configuration can happen at any time and should use the `STALKER` macro to +do so. ## Plugin methods