Skip to content

Commit

Permalink
docs(readme): typo in README.md (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzilong authored and Kent C. Dodds committed Feb 2, 2017
1 parent dfeb44e commit b404b35
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 @@ -259,7 +259,7 @@ Use a different config
nps -c ./other/package-scripts.js lint
```

Normally, `npss` will look for a `package-scripts.js` file and load that to get the scripts. Generally you'll want to
Normally, `nps` will look for a `package-scripts.js` file and load that to get the scripts. Generally you'll want to
have this at the root of your project (next to the `package.json`). But by specifying `-c` or `--config`, `nps` will
use that file instead.

Expand Down

0 comments on commit b404b35

Please sign in to comment.