We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e4d69 commit 6f4c9f3Copy full SHA for 6f4c9f3
1 file changed
README.md
@@ -41,9 +41,9 @@
41
Install clerc, and create a file named `cli.mjs`:
42
43
```ts
44
-import { Clerc } from "clerc";
+import { Cli } from "clerc";
45
46
-Clerc.create() // Create a new Clerc instance
+Cli.create() // Create a new Clerc instance with help and version plugins installed
47
.scriptName("foo") // CLI Script Name
48
.description("A foo CLI") // CLI Description
49
.version("0.0.0") // CLI Version
0 commit comments