From f3ff8cf88c2e262788e2e16bb69fe0e669db460e Mon Sep 17 00:00:00 2001 From: d-g-town <66391417+d-g-town@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:09:57 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index db3b49f..9527592 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 is listening on port 3000! Brought to you by the one & only', sponsor + ", of course.")); +app.listen(3000, () => console.log('Tetris app is listening on port 3000! Brought to you by the one or only', sponsor + ", of course."));