Skip to content

Commit b716347

Browse files
committed
remove outdated bits of readme
1 parent bcc6b3e commit b716347

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

README.md

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -33,39 +33,6 @@ dependencies {
3333
}
3434
```
3535

36-
### Maven
37-
38-
```
39-
<dependency>
40-
<groupId>dev.sargunv.pokekotlin</groupId>
41-
<artifactId>pokekotlin</artifactId>
42-
<version>VERSION</version>
43-
</dependency>
44-
```
45-
4636
## Usage
4737

48-
See the usage examples below. For more info, see the
49-
[API Reference](https://pokeapi.github.io/pokekotlin/api/).
50-
51-
### Java
52-
53-
```java
54-
public class Example {
55-
public static void main(String[] args) {
56-
PokeApi pokeApi = new PokeApiClient();
57-
PokemonSpecies bulbasaur = pokeApi.getPokemonSpecies(1);
58-
System.out.println(bulbasaur);
59-
}
60-
}
61-
```
62-
63-
### Kotlin
64-
65-
```kotlin
66-
fun main(args: Array<String>) {
67-
val pokeApi = PokeApiClient()
68-
val bulbasaur = pokeApi.getPokemonSpecies(1)
69-
println(bulbasaur)
70-
}
71-
```
38+
See the [API Reference](https://pokeapi.github.io/pokekotlin/api/).

scripts/pre-commit

100644100755
File mode changed.

0 commit comments

Comments
 (0)