1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-16 15:17:29 +00:00

Update README.md

This commit is contained in:
Joshua Cleek 2020-06-07 22:09:09 +00:00
parent 8d83a3567b
commit cd5d09ccf0

View File

@ -130,7 +130,7 @@ Then run the bot using your API keys.
``` ```
docker run --detach \ docker run --detach \
-e discord=DISCORD_TOKEN \ -e DISCORD=DISCORD_TOKEN \
-e IEX=IEX_TOKEN \ -e IEX=IEX_TOKEN \
simple-discord-bot simple-discord-bot
``` ```