Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Numichi authored May 31, 2022
1 parent d5d1b78 commit 9be3fe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ The library has many goals:
<dependency>
<groupId>io.github.numichi</groupId>
<artifactId>reactive-logger</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

### Gradle Groovy DSL

```groovy
implementation 'io.github.numichi:reactive-logger:2.1.0'
implementation 'io.github.numichi:reactive-logger:2.1.1'
```

### Gradle Kotlin DSL

```kotlin
implementation("io.github.numichi:reactive-logger:2.1.0")
implementation("io.github.numichi:reactive-logger:2.1.1")
```

# Usage
Expand Down Expand Up @@ -187,4 +187,4 @@ class Example {
logK.info { "bar" } // suspended // MDC: {}
}
}
```
```

0 comments on commit 9be3fe9

Please sign in to comment.