diff --git a/index.js b/index.js index 78994f2..fe41755 100644 --- a/index.js +++ b/index.js @@ -8,4 +8,4 @@ app.get('/', (req, res) => { }); var sponsor = process.env.SPONSOR || "unsponsored"; -app.listen(3000, () => console.log('Tetris app listening on port 3000! Brought to you by the one and only', sponsor + ", of course.")); +app.listen(3000, () => console.log('Tetris app listening on port 3000! Brought to you by the one & only', sponsor + ", of course."));