diff --git a/lesson2/README.md b/lesson2/README.md index 5657a07..13fc694 100644 --- a/lesson2/README.md +++ b/lesson2/README.md @@ -74,7 +74,7 @@ app.get('/', function (req, res) { res.send(md5Value); }); -app.listen(3000, function (req, res) { +app.listen(3000, function () { console.log('app is running at port 3000'); });