fix import typo in cg_swap.md
This commit is contained in:
parent
f418762874
commit
a1450de137
@ -3,7 +3,7 @@ This module allows to swap Ctrl with GUI and vice versa. This will reset on rest
|
|||||||
|
|
||||||
## Enabling the module
|
## Enabling the module
|
||||||
```python
|
```python
|
||||||
from kmk.module.cg_swap import CgSwap
|
from kmk.modules.cg_swap import CgSwap
|
||||||
# cg_swap disabled on startup
|
# cg_swap disabled on startup
|
||||||
cg_swap = CgSwap()
|
cg_swap = CgSwap()
|
||||||
# cg_swap enabled on startup
|
# cg_swap enabled on startup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user