fix import typo in cg_swap.md

This commit is contained in:
Christian Lo 2022-09-13 21:34:35 -05:00 committed by xs5871
parent f418762874
commit a1450de137

View File

@ -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