diff --git a/server/index.js b/server/index.js index cdc9b1d..d44996b 100644 --- a/server/index.js +++ b/server/index.js @@ -134,7 +134,7 @@ class Server { const PORT = 3008; server.listen(PORT, () => { console.log("\n") - console.log(chalk.yellow("**************America****************")) + console.log(chalk.yellow("**************Blockcatcher*************")) console.log(chalk.yellowBright(`Server is running on port ${PORT}: http://localhost`)); console.log(chalk.yellow("***************************************")) console.log("\n")