diff --git a/README.md b/README.md index 78e59e6b..7a123e75 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,13 @@ over and over again. Playful colors they are. To use the plugin, include the header, and tell the firmware to use it: ```c++ +#include #include -void setup() { - Kaleidoscope.use(&LEDChaseEffect); +KALEIDOSCOPE_INIT_PLUGINS(LEDControl, + LEDEffect-Chase); +void setup() { Kaleidoscope.setup(); } ```