Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 3, 2017
1 parent f28691d commit 5e06b1a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ MY_EVV_VAR2=My second env var

Configure `java-dotenv` once in your application. (see below for [Java](#configure-(using-java-8)) usage)

**Simple configuration**:

```kotlin
val dotenv = Dotenv.configure().build()
```

**Configuration with options**
or with options:

```kotlin
val dotenv = Dotenv
Expand All @@ -69,13 +67,11 @@ dotenv["MY_ENV_VAR1"]
### Configure (using Java 8)
Configure `java-dotenv` once in your application.

**Simple configuration**:

```kotlin
Dotenv dotenv = Dotenv.configure().build();
```

**Configuration with options**
or with options:

```java
Dotenv dotenv = Dotenv.Instance
Expand Down

0 comments on commit 5e06b1a

Please sign in to comment.