From 6415d16468bdbda5a5f2556afe56b4ffdc08e671 Mon Sep 17 00:00:00 2001 From: Aaron Tidwell Date: Wed, 17 Jan 2018 15:09:40 -0500 Subject: [PATCH] fix port in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f838f..b6219ce 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Setup - Clone this repository to your local environment - Run `npm install` to install dependencies - Run `npm start` to start the static server -- Open `http://localhost:9000` +- Open `http://localhost:8080` Instructions ---