From db0730a7062f04bd7b91ff6760ad8ac5e34eb68d Mon Sep 17 00:00:00 2001 From: Dharam Gollapudi Date: Thu, 15 Sep 2016 19:11:53 -0700 Subject: [PATCH] Fix text in CONTRIBUTING.md Switch Create with Update as the `parse-dashboard-config.json` file already exists in the `Parse-Dashboard` folder. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ee8e4cf15..d083f11488 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ We want to make contributing to this project as easy and transparent as possible. ## Our Development Process -Get started by cloning this repository and and running `npm install` inside it. Create a file called `parse-dashboard-config.json` in the Parse-Dashboard folder inside the repo, using the format described in the readme. +Get started by cloning this repository and and running `npm install` inside it. Update `parse-dashboard-config.json` in the `Parse-Dashboard` folder inside the repo, using the format described in the `README.md`. When working on the dashboard, use `npm run dashboard` and visit `localhost:4040` to see your dashboard. The `npm run dashboard` script will automatically re-build your files when you change them, so after making a change, all you need to do is refresh the page.