Skip to content

Commit

Permalink
doc: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dsun0720 committed Dec 13, 2023
1 parent a0ed1c0 commit d3f8453
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 @@ -31,14 +31,14 @@ JAVA Server Side SDK is based on Java SE 8 and is available on Maven Central. Yo
<dependency>
<groupId>co.featbit</groupId>
<artifactId>featbit-java-sdk</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>
</dependencies>
```

- Install the SDK using Gradle
```
implementation 'co.featbit:featbit-java-sdk:1.1.1'
implementation 'co.featbit:featbit-java-sdk:1.2.0'
```

### Prerequisite
Expand Down

0 comments on commit d3f8453

Please sign in to comment.