Fix typo in sticky_mod.md

This commit is contained in:
James Fitzgerald 2022-08-05 13:23:01 -04:00 committed by Kyle Brown
parent f0544465c7
commit ed38227276

View File

@ -4,7 +4,7 @@ This is for example useful if you want to switch between open windows with ALT+T
## Enabling the module
```python
from kmk.module.sticky_mod import StickyMod
from kmk.modules.sticky_mod import StickyMod
sticky_mod = StickyMod()
keyboard.modules.append(sticky_mod)
keyboard.keymap = [