From f2ca23adc5b9ec67ba5aaf906843bca2cdd65cc1 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 2 Mar 2017 20:17:40 +0100 Subject: [PATCH] Minor README update Signed-off-by: Gergely Nagy --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f03a1e73..e6efb095 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ void setup () { } ``` -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, but using the `STALKER` macro is -highly recommended. +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, but using the `STALKER` macro is highly +recommended. ## Plugin methods