mepcli 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -226,7 +226,7 @@ const result = await MepCLI.pipeline()
|
|
|
226
226
|
|
|
227
227
|
## Keyboard & Mouse Support
|
|
228
228
|
|
|
229
|
-
For a detailed list of shortcuts and mouse interactions, please refer to the **[Shortcuts Documentation](./docs/shortcuts.md)**.
|
|
229
|
+
For a detailed list of shortcuts and mouse interactions, please refer to the **[Shortcuts Documentation](./docs/features/shortcuts.md)**.
|
|
230
230
|
|
|
231
231
|
## License
|
|
232
232
|
|