Skip to content

Commit

Permalink
Correct quoting in sample command
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Nov 19, 2019
1 parent 450b131 commit c414a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit c414a25

Please sign in to comment.