Skip to content

Commit 0f482b1

Browse files
committed
[Fix] incorrect package name
1 parent 2f9dcd5 commit 0f482b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ jobs:
8080
Treat CodeSnap as library in your project by Cargo:
8181
8282
```bash
83-
Cargo add CodeSnap
83+
Cargo add codesnap
8484
```
8585
8686
Or use CodeSnap as CLI tool installed globally:
8787
8888
**Cargo**
8989
```bash
90-
Cargo install CodeSnap
90+
Cargo install codesnap-cli
9191
```
9292
9393
Of course, you can install CodeSnap manually by downloading the following binaries.

0 commit comments

Comments
 (0)