From b3a28bb1e8b28a337e8306c58cb0149d22472c31 Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Mon, 23 May 2016 19:07:23 +0100 Subject: [PATCH] Update the README based on review comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b79ce4..2be5f18 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ pa11y-dashboard requires [Node.js][node] 0.10+ and [PhantomJS][phantom]. See the You'll also need to have [MongoDB][mongo] installed and running. See the [MongoDB install guide][mongo-install] for more information on this. -You'll then need to clone this repo locally and install dependencies with `npm install`. Now we need to add some configuration before we can run the application. We can do this in two ways: +You'll then need to clone this repo locally and install dependencies with `npm install`. Now you need to add some configuration before you can run the application. We can do this in two ways: ### Option 1: Using Environment Variables @@ -50,7 +50,7 @@ cp config/test.sample.json config/test.json Each of these files defines configurations for a different environment. If you're just running the application locally, then you should be OK with just development and test configurations. The [available configurations are documented here](#configurations). -Now that you've got your application configured, make sure you have a MongoDB server running with the `mongod` command in another terminal window. you can run in each mode by changing the `NODE_ENV` environment variable: +Now that you've got your application configured, make sure you have a MongoDB server running with the `mongod` command in another terminal window. You can run in each mode by changing the `NODE_ENV` environment variable: ```sh NODE_ENV=development node index.js