From 432393c63b232d137a0d2cd76c57f2c27a59d244 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Mon, 12 Mar 2018 21:30:05 +0530 Subject: [PATCH] Update README.md (#601) * Update README.md * Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbad9215..6c3d563a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This project is currently in development! It will be announced when there is a ( ## Development Installation 1. Fork this repository. -2. Clone the forked repostory and cd into it +2. Clone the forked repository and cd into it 3. `$ npm install` 4. Install MongoDB and make sure it is running * For Mac OSX with [homebrew](http://brew.sh/): `brew install mongodb` then `brew services start mongodb` @@ -48,7 +48,7 @@ Note that this takes up a significant amount of space on your machine. Make sure 1. Install Docker for your operating system * Mac: https://www.docker.com/docker-mac * Windows: https://www.docker.com/docker-windows -2. Clone this repostory and cd into it +2. Clone this repository and cd into it 3. `$ docker-compose build` 4. `$ docker-compose run --rm server npm run fetch-examples` @@ -66,7 +66,7 @@ If you don't have the full server environment running, you can launch a one-off 8. `$ docker-compose run server --rm bash -l` ## Production Installation -1. Clone this repostory and `cd` into it +1. Clone this repository and `cd` into it 2. `$ npm install` 3. Install MongoDB and make sure it is running 4. Create a file called `.env` in the root of this directory that looks like