Skip to content

Commit

Permalink
fix: update npx readme command everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 23, 2018
1 parent 5a18797 commit 2e998ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 2e998ba

Please sign in to comment.