Fix default port in documentation.
This commit is contained in:
parent
c95907cb50
commit
84edff4c9b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user