From 1b269efaa46fe50911f8f9cac0b87c56fabe6fc0 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 15 Apr 2023 13:02:26 +0300 Subject: [PATCH] Update readme --- CONTRIBUTING.md | 3 ++- README.md | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab56094d..4ba46f33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,4 +87,5 @@ It is recommended to run unit tests before submitting a PR. ## Help -If you need a help or have some questions, ask a community in our [Discord server](https://discord.gg/NNJ5RgVBC5). +If you need a help or have some questions, ask a community in our [Telegram chat](https://t.me/kotatsuapp) +or [Discord server](https://discord.gg/NNJ5RgVBC5). diff --git a/README.md b/README.md index 0debf1c8..4612c1a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This library provides manga sources. -[![](https://jitpack.io/v/KotatsuApp/kotatsu-parsers.svg)](https://jitpack.io/#KotatsuApp/kotatsu-parsers) ![Kotlin](https://img.shields.io/github/languages/top/KotatsuApp/kotatsu-parsers) ![License](https://img.shields.io/github/license/KotatsuApp/Kotatsu) [![Discord](https://img.shields.io/discord/898363402467045416?color=5865f2&label=discord)](https://discord.gg/NNJ5RgVBC5) +[![](https://jitpack.io/v/KotatsuApp/kotatsu-parsers.svg)](https://jitpack.io/#KotatsuApp/kotatsu-parsers) ![Kotlin](https://img.shields.io/github/languages/top/KotatsuApp/kotatsu-parsers) ![License](https://img.shields.io/github/license/KotatsuApp/Kotatsu) [![Telegram](https://img.shields.io/badge/chat-telegram-60ACFF)](https://t.me/kotatsuapp) [![Discord](https://img.shields.io/discord/898363402467045416?color=5865f2&label=discord)](https://discord.gg/NNJ5RgVBC5) ## Usage @@ -44,9 +44,10 @@ This library provides manga sources. ``` `mangaLoaderContext` is an implementation of the `MangaLoaderContext` class. - See examples of [Android](https://github.com/KotatsuApp/Kotatsu/blob/devel/app/src/main/java/org/koitharu/kotatsu/core/parser/MangaLoaderContextImpl.kt) - and [Non-Android](https://github.com/KotatsuApp/kotatsu-dl/blob/master/src/main/kotlin/org/koitharu/kotatsu_dl/env/MangaLoaderContextImpl.kt) - implementation. + See examples + of [Android](https://github.com/KotatsuApp/Kotatsu/blob/devel/app/src/main/java/org/koitharu/kotatsu/core/parser/MangaLoaderContextImpl.kt) + and [Non-Android](https://github.com/KotatsuApp/kotatsu-dl/blob/master/src/main/kotlin/org/koitharu/kotatsu_dl/env/MangaLoaderContextImpl.kt) + implementation. Note that the `MangaSource.LOCAL` and `MangaSource.DUMMY` parsers cannot be instantiated. @@ -56,4 +57,5 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for the guidelines. ## DMCA disclaimer -The developers of this application have no affiliation with the content available in the app. It is collected from sources freely available through any web browser. +The developers of this application have no affiliation with the content available in the app. It is collected from +sources freely available through any web browser.