Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym authored Dec 5, 2022
1 parent 6b76695 commit f606027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Specify the directory of the `env.schema.json` schema file to `load()`.
1) If environment variables are already set, they are validated by `env.schema.json` to see if they are correct.
2) If not, `env.json` or `env.dist.json` is read, validated by `env.schema.json`, and exported as the environment variable value.

$dir/env.json
`$dir/env.json` or `$dir/env.dist.json`

```json
{
Expand All @@ -30,7 +30,7 @@ $dir/env.json
}
```

$dir/env.schema.json
`$dir/env.schema.json`

```json
{
Expand Down

0 comments on commit f606027

Please # to comment.