Skip to content

Commit 6c16634

Browse files
committed
fixed typo in readme
1 parent 8028086 commit 6c16634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)