Skip to content

Commit 2e998ba

Browse files
committed
fix: update npx readme command everywhere
1 parent 5a18797 commit 2e998ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np
88

99
```sh
1010
# Use NPX or npm install -g create-ts-lib to install it as a global package
11-
npx create-ts-lib my-typescript-lib
11+
npx create-ts-lib@latest my-typescript-lib
1212
cd my-typescript-lib && npm start
1313
```
1414

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np
88

99
```sh
1010
# Use NPX or npm install -g create-ts-lib to install it as a global package
11-
npx create-ts-lib my-typescript-lib
11+
npx create-ts-lib@latest my-typescript-lib
1212
cd my-typescript-lib && npm start
1313
```
1414

0 commit comments

Comments
 (0)