Update README.md

master
Matt Huntington 8 years ago committed by GitHub
parent b219c39795
commit 2cdcb2700e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ Then make it listen on a port
```javascript ```javascript
app.listen(3000, function(){ //start the server app.listen(3000, function(){ //start the server
console.log('listening on port ' + PORT); console.log('listening on port ' + 3000);
}); });
``` ```

Loading…
Cancel
Save