Skip to content

Commit d2363ec

Browse files
committed
docs: update README.md
1 parent ccf68ce commit d2363ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ void main() {
1515
}
1616
```
1717

18+
Check [wiki](https://github.com/Over-Run/native-list/wiki) for details.
19+
1820
## Import as Dependency
1921

2022
This library requires JDK 25.
@@ -28,14 +30,14 @@ Maven:
2830
<dependency>
2931
<groupId>io.github.over-run</groupId>
3032
<artifactId>native-list</artifactId>
31-
<version>&lt;nativeListVersion&gt;</version>
33+
<version>${nativeListVersion}</version>
3234
</dependency>
3335
```
3436

3537
Gradle:
3638

3739
```kotlin
3840
dependencies {
39-
implementation("io.github.over-run:native-list:<nativeListVersion>")
41+
implementation("io.github.over-run:native-list:${nativeListVersion}")
4042
}
4143
```

0 commit comments

Comments
 (0)