From 111faeae68b5ef670ee5eb5b4b5251f50ba9e09a Mon Sep 17 00:00:00 2001 From: Lauren McCarthy Date: Mon, 1 Aug 2016 18:27:31 +1000 Subject: [PATCH] formatting readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e10357b7..d6bcb076 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This project is currently in the early stages of development! It will definitely 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 + ```bash MONGO_URL=mongodb://localhost:27017/p5js-web-editor PORT=8000 @@ -27,6 +28,7 @@ This project is currently in the early stages of development! It will definitely 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 + ```bash MONGO_URL=mongodb://localhost:27017/p5js-web-editor PORT=8000