Skip to content

Commit

Permalink
Update install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Talbot authored and Nick Talbot committed Apr 19, 2021
1 parent b08c954 commit 9015ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The ESLint config and Prettier config must both be added to get the full shared
### (1) Install the shared Prettier and ESLint configs

```bash
npm install --save-dev "https://github.com/emerson-eps/prettier-config.git#main" "https://github.com/emerson-eps/eslint-config.git#main"
npm install --save-dev @emerson-eps/prettier-config @emerson-eps/eslint-config
```

If you have not already installed `prettier` and `eslint` install those as well:
Expand Down

0 comments on commit 9015ca4

Please sign in to comment.