diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md
index 4a4837e..ec1ae18 100644
--- a/Docker-usage-instructions.md
+++ b/Docker-usage-instructions.md
@@ -44,12 +44,12 @@ To get your Token and Channel IDs, please refer to [this page](https://github.co
### Environment variables (advanced)
-DCE.CLI accepts environment variables as fallback for the `--token` and `--bot` options.
+DCE.CLI accepts environment variables as fallbacks for the `--token` and `--bot` options.
`DISCORD_TOKEN` for user tokens
`DISCORD_TOKEN_BOT` for bot tokens
-You can use these variables either with a combination of the `--env-file` Docker option and a `.env` file or with the `--env` option.
+You can use these variables either with the `--env` Docker option or with a combination of the `--env-file` Docker option and a `.env` file.
Please refer to the Docker documentation for more information:
* [Docker run - Set environment variables](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file)