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