diff --git a/README.md b/README.md index 7a14ced..8e71bc7 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Then make it listen on a port ```javascript app.listen(3000, function(){ //start the server - console.log('listening on port ' + PORT); + console.log('listening on port ' + 3000); }); ```