diff --git a/README.md b/README.md index 5a80591f..33592205 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,11 @@ Using the extension is as simple as including the header, registering it with ```c++ #include +#include +#include #include -KALEIDOSCOPE_INIT_PLUGINS(Unicode); +KALEIDOSCOPE_INIT_PLUGINS(HostOS, Unicode); void setup() { Kaleidoscope.setup();