From de313a1ebba8af8b18b7c6a33c5f24dfd7d35c1c Mon Sep 17 00:00:00 2001 From: Jeff K Date: Sat, 6 Aug 2016 10:17:52 -0600 Subject: [PATCH] Changed README.md to use the correct port It was using 6060 and server.js has 6069. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da8de0..b057b1c 100755 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ To install and run simply follow these steps: 2) Open your terminal and run `node server.js` -3) Your server is now available at `http://localhost:6060/` +3) Your server is now available at `http://localhost:6069/` -4) You can run a quick test by entering this in your browser: `http://localhost:6060/animals` +4) You can run a quick test by entering this in your browser: `http://localhost:6069/animals` 5) Build your test data right in the server.js file. Create new endpoints as needed