From 84edff4c9bc9bd560c817123c6a14cf7d08fcd65 Mon Sep 17 00:00:00 2001 From: PeterParker Date: Mon, 20 Feb 2017 14:28:51 -0500 Subject: [PATCH] Fix default port in documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b127504..a3ed5fa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Super simple CORS proxy supporting most (maybe all?) HTTP verbs. 1. `npm install` 1. `node index.js` -1. Navigate to `http://localhost:9000/http://www.example.com` +1. Navigate to `http://localhost:8000/http://www.example.com` To change the listening port either set the `PORT` environment variable to pass it in as an argument.