From fdddd8b0d4e8af66c843c68f2926cb4f71fdd795 Mon Sep 17 00:00:00 2001 From: davemess34 Date: Fri, 11 Aug 2017 07:46:00 -0400 Subject: [PATCH] small README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3922f8a..a96082f2d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Install dependencies by running the following in the root of the project: - **Note:** You must use npm 3. Type `npm -v` to ensure you have a 3.x version. ## NPM Commands -- To run locally, run `npm start` and head to `http://localhost:3000/search/challenges` +- To run locally, run `npm start` and head to `http://localhost:3000/new_project` - Run tests with `npm test` or use `npm run test:watch` to rerun tests after files change - To make sure your code passes linting: `npm run lint` - To create the build: `npm run build`