From dfdeec924d7e7864bd5e4a9ed7c4b53747d8ce3e Mon Sep 17 00:00:00 2001 From: Raven Date: Sun, 4 Aug 2024 11:59:41 -0400 Subject: [PATCH] update readme --- backend-server/README.md | 2 +- bot/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend-server/README.md b/backend-server/README.md index c2014fb..3617809 100644 --- a/backend-server/README.md +++ b/backend-server/README.md @@ -97,7 +97,7 @@ The server includes error handling and logging throughout its operations to ensu 4. **Run the Server**: Use Node.js to start the server: ```bash - node .js + node backend-server.js ``` ### Summary diff --git a/bot/README.md b/bot/README.md index 0a568d8..11d0c31 100644 --- a/bot/README.md +++ b/bot/README.md @@ -84,7 +84,7 @@ The bot sets up event listeners for when it becomes ready (`ready` event) and wh 4. **Run the Bot**: Use Node.js to start the bot: ```bash - node .js + node discord-bot.js ``` ## Summary