diff --git a/README.md b/README.md index e45f167..78eb19a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ services: - "API_URL=production.example.com" ``` -We should be able configure our React application using ` -e`` flag (environment variables) when using `Docker run` command. +We should be able configure our React application using `-e` flag (environment variables) when using `Docker run` command. > Basic users might not need this approach and can be satisfied with buildtime > configuration which is easier to reason about on the short run, but if you are