Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-zishan committed Dec 27, 2023
1 parent 8e935a6 commit 59d2ddd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ command line interface. Search through the saved code snippets to have a quick l
launch the interface

```bash
csm -l
csm-kit -l
```


Expand All @@ -43,21 +43,21 @@ csm -l

```bash
#help command
csm -h
csm-kit -h

#save a new snippet
csm -s <filepath>
csm-kit -s <filepath>

#example:

csm -s hello.py
csm-kit -s hello.py
```

## installation

```bash

npm install -g csm
npm install -g csm-kit
```


Expand Down

0 comments on commit 59d2ddd

Please sign in to comment.