Skip to content

Commit 39f2e89

Browse files
authored
fix Jitpack link
1 parent 476ac7d commit 39f2e89

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# WORK IN PROGRESS
2-
3-
I'm hacking around with this at the moment - almost nothing is tested.
4-
5-
The intention is to integrate with Kotlinx Serialization.
1+
[![](https://jitpack.io/v/adamko-dev/json5-kotlin.svg?style=flat-square)](https://jitpack.io/#adamko-dev/json5-kotlin)
62

73
# json5 Kotlin
84

9-
A JSON5 Library for Kotlin 1.6, Java 11
5+
A JSON5 Library for Kotlin.
106

117
## Overview
128

@@ -25,7 +21,7 @@ repositories {
2521
}
2622

2723
dependencies {
28-
implementation("adamko-dev:json5-kotlin:${version}")
24+
implementation("com.github.adamko-dev:json5-kotlin:$json5KotlinVersion")
2925
}
3026
```
3127

@@ -43,7 +39,7 @@ Maven:
4339
```xml
4440
<dependencies>
4541
<dependency>
46-
<groupId>adamko-dev</groupId>
42+
<groupId>com.github.adamko-dev</groupId>
4743
<artifactId>json5-kotlin</artifactId>
4844
<version>${json5-kotlin.version}</version>
4945
</dependency>

0 commit comments

Comments
 (0)