Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devjeonghwan authored Jan 6, 2022
1 parent 0985c71 commit 0886ce2
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 @@ -18,7 +18,7 @@ Opack is a Java library that can serialize/deserialize between Java objects and
Gradle:
```gradle
dependencies {
implementation 'com.realtimetech:opack:<release_version>'
implementation 'com.realtimetech:opack:0.0.7'
}
```

Expand All @@ -27,7 +27,7 @@ Maven:
<dependency>
<groupId>com.realtimetech</groupId>
<artifactId>opack</artifactId>
<version><release_version></version>
<version>0.0.7</version>
</dependency>
```

Expand Down

0 comments on commit 0886ce2

Please sign in to comment.