Skip to content

Commit 9a39701

Browse files
committed
chore: fix README
1 parent 5b5be50 commit 9a39701

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Resource [![](https://jitpack.io/v/Irineu333/Resource.svg) ](https://jitpack.io/#Irineu333/Highlight)
1+
# Resource ![](https://jitpack.io/v/Irineu333/Resource.svg)
22

33
Complete solution for handling success, failure, and loading states in Kotlin.
44

@@ -29,7 +29,7 @@ when (ordersRepository.getOrders()) {
2929

3030
## Extensions
3131

32-
The library comes with some basi basic [extensions](src/main/kotlin/extension/Resource.kt) to handle and
32+
The library comes with some basic [extensions](src/main/kotlin/extension/Resource.kt) to handle and
3333
manipulate the states.
3434

3535
## kotlin.Result
@@ -54,11 +54,12 @@ suspend fun getOrders(): Resource.Result<List<Order>, String> {
5454

5555
## Releases
5656

57-
Add the jitpack to project in `build.gradle.kts` or `settings.gradle.kts`:
57+
The latest release is available on [JitPack](https://jitpack.io/#NeoUtils/Resource).
58+
59+
Add the jitpack to project in root `build.gradle.kts` or `settings.gradle.kts`:
5860

5961
``` kotlin
6062
repositories {
61-
6263
maven { url = uri("https://jitpack.io") }
6364
}
6465
```
@@ -77,4 +78,4 @@ This project is licensed under the terms of the MIT License,
7778
a permissive open-source license that allows for the use, modification,
7879
and distribution of the code, provided that copyright notices and
7980
the license statement are included in all copies or modifications.
80-
```
81+
```

0 commit comments

Comments
 (0)