Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np

```sh
# Use NPX or npm install -g create-ts-lib to install it as a global package
npx create-ts-lib my-typescript-lib
npx create-ts-lib@latest my-typescript-lib
cd my-typescript-lib && npm start
```

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np

```sh
# Use NPX or npm install -g create-ts-lib to install it as a global package
npx create-ts-lib my-typescript-lib
npx create-ts-lib@latest my-typescript-lib
cd my-typescript-lib && npm start
```

Expand Down