Skip to content

Commit f077046

Browse files
committed
Merge pull request #86 from kilabyte/READMEFix
fixed typo in readme
2 parents 8c22ccb + 6c16634 commit f077046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For production deployments, it's recommended to use the npm package
110110
2. run `$ npm init`
111111
3. Create your dashboard.json in the root ot your project
112112
4. run `$ npm install --save parse-dashboard`
113-
5. add a start script in your package.json `"start": "parse-dashboard --config ./dahsboard.json"` 
113+
5. add a start script in your package.json `"start": "parse-dashboard --config ./dashboard.json"` 
114114
6. run `$ npm start`
115115

116116

0 commit comments

Comments
 (0)