Skip to content

Commit 59d2ddd

Browse files
committed
Update README.md
1 parent 8e935a6 commit 59d2ddd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ command line interface. Search through the saved code snippets to have a quick l
1919
launch the interface
2020

2121
```bash
22-
csm -l
22+
csm-kit -l
2323
```
2424

2525

@@ -43,21 +43,21 @@ csm -l
4343

4444
```bash
4545
#help command
46-
csm -h
46+
csm-kit -h
4747

4848
#save a new snippet
49-
csm -s <filepath>
49+
csm-kit -s <filepath>
5050

5151
#example:
5252

53-
csm -s hello.py
53+
csm-kit -s hello.py
5454
```
5555

5656
## installation
5757

5858
```bash
5959

60-
npm install -g csm
60+
npm install -g csm-kit
6161
```
6262

6363

0 commit comments

Comments
 (0)