Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix typo in preset name (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev authored and eliperelman committed Apr 24, 2017
1 parent 3f56635 commit 4a3842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neutrino-preset-karma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let's pretend this is a React project:
```json
{
"scripts": {
"test": "neutrino test --use neutrino-preset-node neutrino-preset-karma"
"test": "neutrino test --use neutrino-preset-react neutrino-preset-karma"
}
}
```
Expand Down

0 comments on commit 4a3842f

Please sign in to comment.