Skip to content

Commit

Permalink
readme(usage): use npx -y
Browse files Browse the repository at this point in the history
  • Loading branch information
almahdi404 committed Oct 19, 2024
1 parent 3b6d62a commit b72a7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dull-goats-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"synclockver": patch
---

readme(usage): use npx -y
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sync package-lock.json versions to package.json
## Usage

```bash
npm i synclockver --no-save && synclockver
npx -y synclockver
```

## License
Expand Down

0 comments on commit b72a7b7

Please sign in to comment.