Skip to content

Commit f99e686

Browse files
authored
Merge pull request #31 from nobrainr/Fix/docs
fix: update npx readme command everywhere
2 parents 5a18797 + 2e998ba commit f99e686

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)