From c414a25250da57c73589163885e949e6f76c06e4 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Tue, 19 Nov 2019 05:33:10 -0800 Subject: [PATCH] Correct quoting in sample command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad5b96f..f22f219 100755 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ create-react-app itself supports [configuration with environment variables](http 2. Set the bundle location for runtime config injection: ```bash - heroku config:set JS_RUNTIME_TARGET_BUNDLE=/app/react-ui/build/static/js/*.js + heroku config:set JS_RUNTIME_TARGET_BUNDLE='/app/react-ui/build/static/js/*.js' ``` 3. Now, build the app with this new setup: