diff --git a/README.md b/README.md index d83bd11..4515d54 100644 --- a/README.md +++ b/README.md @@ -106,13 +106,13 @@ Please follow these steps : - Open a Windows Terminal and execute the following command to run the Discord Bot: ```docker -docker run -e API_LAN_KEY= -e TOKEN= LeGeRyChEeSe/lanplay-discordbot:latest +docker run -e API_LAN_KEY= -e TOKEN= garohrl/lanplay-discordbot:latest ``` - If you want the Discord Bot running in background: ```docker -docker run -d -e API_LAN_KEY= -e TOKEN= LeGeRyChEeSe/lanplay-discordbot:latest +docker run -d -e API_LAN_KEY= -e TOKEN= garohrl/lanplay-discordbot:latest ``` > Replace `` with your [`api_key`](#get-api-key) and replace `` with your [`token`](#create-a-bot-account).