diff --git a/README.md b/README.md index 5039b2300..df0ee510b 100644 Binary files a/README.md and b/README.md differ diff --git a/app.js b/app.js index 541532ebe..e0b9d12aa 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ const express = require('express'); const app = express(); const port = 8080; -app.get('/', (req, res) => res.send('Hello World!')); +app.get('/', (req, res) => res.send('jan 5th...................is it still worl=king
and i made in vs code?
AWESOME')); app.listen(port); console.log(`App running on http://localhost:${port}`);