Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cafe24-jspark03 committed Dec 3, 2019
1 parent 100897d commit 01baa80
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 @@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository.
<dependency>
<groupId>com.joonsang.graylog</groupId>
<artifactId>graylog-sdk-spring-boot-starter</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

**Gradle**
```
implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '1.1.0'
implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '1.1.1'
```

## Usage
Expand Down

0 comments on commit 01baa80

Please sign in to comment.