From cfbb5877104821328819ed47eecc3a16f960eb5e Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 5 Jun 2017 15:46:35 +0200 Subject: [PATCH] README.md: Properties are not methods Signed-off-by: Gergely Nagy --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fae5226a..ac892c0a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,8 @@ take over. ## Plugin methods -The plugin provides the `EEPROMKeymapProgrammer` object, which has the following methods: +The plugin provides the `EEPROMKeymapProgrammer` object, which has the following +methods and properties: ### `.activate()` @@ -100,12 +101,10 @@ The plugin provides the `EEPROMKeymapProgrammer` object, which has the following ### `.mode` -> The mode to use for editing: either +> Set this property to the mode to use for editing: either > `kaleidoscope::EEPROMKeymapProgrammer::COPY`, or > `kaleidoscope::EEPROMKeymapProgrammer::CODE`. > -> Not strictly a method, it is a variable one can assign a new value to. -> > Defaults to `kaleidoscope::EEPROMKeymapProgrammer::CODE`. ## Focus commands