Skip to content

Commit

Permalink
corrected npx/npm note and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gillkyle committed Feb 26, 2019
1 parent a0f4977 commit 63a7e17
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 @@ -21,7 +21,7 @@ First install everything needed:
```
npx install-peerdeps --global eslint-config-wesbos
```
(**note:** npx is not a spelling mistake of **npm**. npm comes when node and npm are installed and make script-running easier 😃)
(**note:** npx is not a spelling mistake of **npm**. npx comes when node and npm are installed and makes script-running easier 😃)

Then you need to make a global `.eslintrc` file"

Expand Down

0 comments on commit 63a7e17

Please sign in to comment.