From 6c166342901778952b092f2636ebf2c22126b863 Mon Sep 17 00:00:00 2001 From: Dave Sferra Date: Sun, 6 Mar 2016 11:33:28 -0800 Subject: [PATCH] fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`