From 74cc3443f7d162451acac0e2b75d7d3a0fb17958 Mon Sep 17 00:00:00 2001 From: Sergey Melekhin Date: Thu, 31 Mar 2016 19:19:14 +1000 Subject: [PATCH] Fix port and url in readme.md Port and url in readme.md is not working. Or is it intended? :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7da8de0..88165ad 100644 --- 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/ingredients` 5) Build your test data right in the server.js file. Create new endpoints as needed