We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e935a6 commit 59d2dddCopy full SHA for 59d2ddd
README.md
@@ -19,7 +19,7 @@ command line interface. Search through the saved code snippets to have a quick l
19
launch the interface
20
21
```bash
22
-csm -l
+csm-kit -l
23
```
24
25
@@ -43,21 +43,21 @@ csm -l
43
44
45
#help command
46
-csm -h
+csm-kit -h
47
48
#save a new snippet
49
-csm -s <filepath>
+csm-kit -s <filepath>
50
51
#example:
52
53
-csm -s hello.py
+csm-kit -s hello.py
54
55
56
## installation
57
58
59
60
-npm install -g csm
+npm install -g csm-kit
61
62
63
0 commit comments