Skip to content

Commit 6f11e41

Browse files
tranzystorekkechasnovski
authored andcommitted
docs(cmdline): update README to mention mandatory setup() call
1 parent e27fcec commit 6f11e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readmes/mini-cmdline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Here are code snippets for some common installation methods (use only one):
106106

107107
</details>
108108

109-
**Important**: no need to call `require('mini.cmdline').setup()`, but it can be done to improve usability.
109+
**Important**: don't forget to call `require('mini.cmdline').setup()` to enable its functionality.
110110

111111
**Note**: if you are on Windows, there might be problems with too long file paths (like `error: unable to create file <some file name>: Filename too long`). Try doing one of the following:
112112

0 commit comments

Comments
 (0)