Fix typo in sticky_mod.md
This commit is contained in:
parent
f0544465c7
commit
ed38227276
@ -4,7 +4,7 @@ This is for example useful if you want to switch between open windows with ALT+T
|
|||||||
|
|
||||||
## Enabling the module
|
## Enabling the module
|
||||||
```python
|
```python
|
||||||
from kmk.module.sticky_mod import StickyMod
|
from kmk.modules.sticky_mod import StickyMod
|
||||||
sticky_mod = StickyMod()
|
sticky_mod = StickyMod()
|
||||||
keyboard.modules.append(sticky_mod)
|
keyboard.modules.append(sticky_mod)
|
||||||
keyboard.keymap = [
|
keyboard.keymap = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user