Skip to content

Commit

Permalink
docs: use new npm install dev way
Browse files Browse the repository at this point in the history
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
  • Loading branch information
neilime committed Mar 29, 2024
1 parent fbe92fb commit a94d29c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Using **ts-dev-tools** you should just have to update it and you'll have all the
_Example with plugin `@ts-dev-tools/core`, replace `@ts-dev-tools/core` by the plugin you want to use_

```sh
npm install --dev @ts-dev-tools/core
npm install --include=dev @ts-dev-tools/core
```

Or
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
### _1_. Install

```sh
npm install --dev @ts-dev-tools/core
npm install --include=dev @ts-dev-tools/core
```

Or
Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
### _1_. Install

```sh
npm install --dev @ts-dev-tools/react
npm install --include=dev @ts-dev-tools/react
```

Or
Expand Down

0 comments on commit a94d29c

Please sign in to comment.