diff --git a/README.md b/README.md index 6cb3e8555e..94290851f5 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ For production deployments, it's recommended to use the npm package 2. run `$ npm init` 3. Create your dashboard.json in the root ot your project 4. run `$ npm install --save parse-dashboard` -5. add a start script in your package.json `"start": "parse-dashboard --config ./dahsboard.json"`  +5. add a start script in your package.json `"start": "parse-dashboard --config ./dashboard.json"`  6. run `$ npm start`