Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Irineu333 committed Sep 24, 2023
1 parent b96aaf4 commit 4ae5764
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ suspend fun getOrders(): Resource.Result<List<Order>, String> {
}
```

## Add to project (Gradle)
## Releases

Add the jitpack to project in `build.gradle.kts` or `settings.gradle.kts`:

Expand All @@ -67,4 +67,14 @@ Add the dependence to module:

``` kotlin
implementation("com.github.NeoUtils:Resource:{version}")
```

## License
```
Copyright (c) 2023 Irineu A. Silva
This project is licensed under the terms of the MIT License,
a permissive open-source license that allows for the use, modification,
and distribution of the code, provided that copyright notices and
the license statement are included in all copies or modifications.
```

0 comments on commit 4ae5764

Please sign in to comment.