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
|
||||
```python
|
||||
from kmk.module.cg_swap import CgSwap
|
||||
from kmk.modules.cg_swap import CgSwap
|
||||
# cg_swap disabled on startup
|
||||
cg_swap = CgSwap()
|
||||
# cg_swap enabled on startup
|
||||
|
Loading…
Reference in New Issue
Block a user