Fix typo and wording in README.md (#8867)

The first corrected sentence did not feel very natural.
The second one contained a typo.
This commit is contained in:
fabienheureux 2019-09-26 17:44:49 +02:00 committed by Tim Neutkens
parent 37a50cd387
commit 297d1466e7

View file

@ -44,6 +44,6 @@ This example shows how to inline env vars.
**Please note**:
- It is a bad practice to commit env vars to a repository. Thats why you should normally [gitignore](https://git-scm.com/docs/gitignore) your `.env` file.
- In this example, as soon as you reference an env var in your code it will be automatically be publicly available and exposed to the client.
- In this example, as soon as you reference an env var in your code, it will automatically be made publicly available and exposed to the client.
- If you want to have more centralized control of what is exposed to the client check out the example [with-universal-configuration-build-time](../with-universal-configuration-build-time).
- Env vars are set (inlined) at build time. If you need to configure your app on rutime check out [examples/with-universal-configuration-runtime](../with-universal-configuration-runtime).
- Env vars are set (inlined) at build time. If you need to configure your app at runtime, check out [examples/with-universal-configuration-runtime](../with-universal-configuration-runtime).