Skip to content

Commit 745359b

Browse files
authored
update readme (#109)
1 parent d83fec6 commit 745359b

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,16 @@
88

99
Maintainer: [@sargunv](https://github.com/sargunv)
1010

11-
This is a [Kotlin](https://kotlinlang.org/) client for
12-
[PokeApi](https://github.com/PokeAPI/pokeapi).
11+
PokeKotlin is a modern [Kotlin Multiplatform] client for [PokéAPI]. It supports
12+
Kotlin JVM, JS, WASM, and Native. Under the hood, it's built on [Ktor], [Kotlin
13+
Serialization], and coroutines.
1314

14-
## Installation
15-
16-
Since v2.5.0, the library is published to Maven Central.
17-
18-
Current version:
19-
![Maven Central Version](https://img.shields.io/maven-central/v/dev.sargunv.pokekotlin/pokekotlin)
20-
21-
### Gradle
15+
## Usage
2216

23-
```kts
24-
dependencies {
25-
implementation("dev.sargunv.pokekotlin:pokekotlin:VERSION")
26-
}
27-
```
17+
- [Documentation]
18+
- [API Reference]
2819

2920
## Usage
3021

31-
See the [API Reference](https://pokeapi.github.io/pokekotlin/api/).
22+
[Documentation]: https://pokeapi.github.io/pokekotlin/
23+
[API Reference]: https://pokeapi.github.io/pokekotlin/api/

0 commit comments

Comments
 (0)