Skip to content

Commit d081dc6

Browse files
committed
update README install instructions and usage
1 parent c61938f commit d081dc6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,26 @@ Not good for:
2929

3030
Install Sqids via:
3131

32-
Gradle
32+
Gradle (Groovy)
33+
```groovy
34+
implementation 'org.sqids:sqids-kotlin:0.1.1'
3335
```
34-
implementation 'org.sqids:sqids-kotlin:0.1.0'
36+
37+
or
38+
39+
Gradle (Kotlin)
40+
```kotlin
41+
implementation("org.sqids:sqids-kotlin:0.1.1")
3542
```
3643

3744
or
3845

3946
Maven
40-
```
47+
```xml
4148
<dependency>
4249
<groupId>org.sqids</groupId>
4350
<artifactId>sqids-kotlin</artifactId>
44-
<version>0.1.0</version>
51+
<version>0.1.1</version>
4552
</dependency>
4653
```
4754

0 commit comments

Comments
 (0)