Skip to content

Commit

Permalink
[DOC] Update README build step script name
Browse files Browse the repository at this point in the history
Changes step 3 of "Building Ember Data" to instruct using the npm script
"production" rather than "build:production", which doesn't exist.
  • Loading branch information
bantic committed Sep 6, 2017
1 parent ffeb55a commit 17e8b1a
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 @@ -173,7 +173,7 @@ on models](https://emberjs.com/guides/models/).

1. Ensure that [Node.js](http://nodejs.org/) is installed.
2. Run `npm install` to ensure the required dependencies are installed.
3. Run `npm run build:production` to build Ember Data. The builds will be placed in the `dist/` directory.
3. Run `npm run production` to build Ember Data. The builds will be placed in the `dist/` directory.

# Contribution

Expand Down

0 comments on commit 17e8b1a

Please sign in to comment.