Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Nov 30, 2017
1 parent 2dd08e9 commit 3cc2375
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 @@ -49,7 +49,7 @@ val dotenv = Dotenv
Note, environment variables specified in `.env` take precedence over those configured in the actual environment.

with Kotlin
```Kotlin
```kotlin
dotenv["MY_ENV_VAR1"]
```

Expand All @@ -69,7 +69,7 @@ Dotenv dotenv = Dotenv.Instance
#### Get an environment variable
Note, environment variables specified in `.env` take precedence over those configured in the actual environment.

```
```java
dotenv.get("MY_ENV_VAR1");
```

Expand Down

0 comments on commit 3cc2375

Please sign in to comment.