From f262c3aaed80b72588cebe8e69ee4bc1c4802f4d Mon Sep 17 00:00:00 2001 From: Darren Swan Date: Fri, 1 Feb 2019 22:50:51 -0600 Subject: [PATCH] updating readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa051d5..21c8200 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Getting started To get started, after cloning the repo, run the following command in the repo directory: -''' +``` npm start -''' +``` By default it'll start on port 8080, but you can edit server/server.js to change the default port, or set the process evironment variable 'PORT' to whatever port you need. \ No newline at end of file