From 4ae5764023cc07e7487cdfe872fdb05a4b11bfd7 Mon Sep 17 00:00:00 2001 From: irineu silva Date: Sun, 24 Sep 2023 00:56:41 -0300 Subject: [PATCH] chore: update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f880e..266bc2e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ suspend fun getOrders(): Resource.Result, String> { } ``` -## Add to project (Gradle) +## Releases Add the jitpack to project in `build.gradle.kts` or `settings.gradle.kts`: @@ -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. ``` \ No newline at end of file