Fix ReadMe

This commit is contained in:
wrongwrong
2021-11-19 07:55:19 +09:00
committed by Alexander Udalov
parent 9476d4c647
commit 6ecb5a1bd3
+3 -3
View File
@@ -8,7 +8,7 @@ To use this library in your project, add a dependency on `org.jetbrains.kotlinx:
Example usage in Maven:
```
```xml
<project>
<dependencies>
<dependency>
@@ -23,13 +23,13 @@ Example usage in Maven:
Example usage in Gradle:
```
```gradle
repositories {
mavenCentral()
}
dependencies {
compile "org.jetbrains.kotlinx:kotlinx-metadata-jvm:$kotlinx_metadata_version"
implementation "org.jetbrains.kotlinx:kotlinx-metadata-jvm:$kotlinx_metadata_version"
}
```