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