From 17e8b1a074912209c56e83d28c46e1cd1c085ba0 Mon Sep 17 00:00:00 2001 From: Cory Date: Wed, 6 Sep 2017 15:56:29 -0400 Subject: [PATCH] [DOC] Update README build step script name Changes step 3 of "Building Ember Data" to instruct using the npm script "production" rather than "build:production", which doesn't exist. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3e042845c..7402797c180 100644 --- a/README.md +++ b/README.md @@ -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