Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit b648d4c

Browse files
committed
Remove Runtime env var encoding notes (no longer necessary)
1 parent b56139c commit b648d4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@ class App extends Component {
175175
}
176176
```
177177

178-
👓 These runtime values will be serialized as JSON, so their values must be compatible with JSON:
179-
180-
* quote `"` will be auto-escaped
181-
* backslash `\` is a control character, so the standard [JSON string rules](http://json.org) apply
182-
* all other UTF-8 characters may be used freely.
183-
184178
#### Add-on config vars
185179

186180
🤐 *Be careful not to export secrets. These values may be accessed by anyone who can see the React app.*

0 commit comments

Comments
 (0)