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.