Skip to content

Commit c296177

Browse files
committed
Update install instructions
1 parent bbc67e9 commit c296177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ scoped modules e.g. `@myScope` using TypeScript `paths` in `tsconfig` or a simil
2424
NPM:
2525

2626
```bash
27-
npm i --save-dev import-sort-style-jsxpragma sort-importer
27+
npm i --save-dev @webstackbuilders/import-sort-style-jsxpragma sort-importer
2828
```
2929

3030
Yarn:
3131

3232
```bash
33-
yarn add import-sort-style-jsxpragma sort-importer -D
33+
yarn add @webstackbuilders/import-sort-style-jsxpragma sort-importer -D
3434
```
3535

3636
## Configure

0 commit comments

Comments
 (0)