diff --git a/README.md b/README.md index 65518e1..45d2ce4 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ Download the complete source code of any website (including all assets) - `$ npm install` - `$ npm start` -- `http://localhost:3000/` +- `http://localhost:3008/` diff --git a/bin/www b/bin/www index 1e1a210..fa607ee 100644 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ var http = require('http'); * Get port from environment and store in Express. */ -var port = normalizePort(process.env.PORT || '3002'); +var port = normalizePort(process.env.PORT || '3008'); app.set('port', port); /**