Skip to content

Commit

Permalink
fixes README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Junker committed Jul 19, 2017
1 parent 5089fcc commit 0489f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These use _exactly_ the configuration defined in this package (`eslint-config-g
``` js
{
"scripts": {
"lint": eslint-godaddy-react-flow files/ you/ want-to/ lint/"
"lint": "eslint-godaddy-react-flow files/ you/ want-to/ lint/"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These use _exactly_ the configuration defined in this package (`eslint-config-g
``` js
{
"scripts": {
"lint": eslint-godaddy-react files/ you/ want-to/ lint/"
"lint": "eslint-godaddy-react files/ you/ want-to/ lint/"
}
}
```
Expand Down

0 comments on commit 0489f11

Please sign in to comment.