Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 28, 2018
1 parent b46f2e4 commit 66e9458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dotenv["MY_ENV_VAR1"]

- Configure dotenv to search `/assets` for a file with name `env`

```
```kotlin
val dotenv = dotenv {
directory = "/assets"
filename = "env" // instead of '.env', use 'env'
Expand Down

0 comments on commit 66e9458

Please sign in to comment.