Fix default port in documentation.

This commit is contained in:
PeterParker 2017-02-20 14:28:51 -05:00 committed by GitHub
parent c95907cb50
commit 84edff4c9b
1 changed files with 1 additions and 1 deletions

View File

@ -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.