From eb46fd65a1233053a8e58a4023934a506576f0a5 Mon Sep 17 00:00:00 2001 From: "Baruch Odem (Rothkoff)" Date: Wed, 1 Dec 2021 12:22:00 +0200 Subject: [PATCH] small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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