Skip to content

Commit b72a7b7

Browse files
committed
readme(usage): use npx -y
1 parent 3b6d62a commit b72a7b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/dull-goats-shave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"synclockver": patch
3+
---
4+
5+
readme(usage): use npx -y

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sync package-lock.json versions to package.json
99
## Usage
1010

1111
```bash
12-
npm i synclockver --no-save && synclockver
12+
npx -y synclockver
1313
```
1414

1515
## License

0 commit comments

Comments
 (0)