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

Fix typo in usage example #52

Merged
merged 1 commit into from
Feb 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Putting this into your `package.json` will allow you to build your project using
```json
{
"scripts": {
"start": "neutrino start --preset neutrino-preset-react"
"start": "neutrino start --presets neutrino-preset-react"
}
}
```
Expand Down