diff --git a/README.md b/README.md index 2c5e37de..26e16690 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,11 @@ This library provides manga sources. Versions are available on [JitPack](https://jitpack.io/#KotatsuApp/kotatsu-parsers) -When used in Android -projects, [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) with -the [NIO specification](https://developer.android.com/studio/write/java11-nio-support-table) should be enabled to -support Java 8+ features. + When used in Android + projects, [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring) with + the [NIO specification](https://developer.android.com/studio/write/java11-nio-support-table) should be enabled to + support Java 8+ features. + 3. Usage in code @@ -50,8 +51,8 @@ support Java 8+ features. `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) + of [Android](https://github.com/KotatsuApp/Kotatsu/blob/devel/app/src/main/kotlin/org/koitharu/kotatsu/core/parser/MangaLoaderContextImpl.kt) + and [Non-Android](https://github.com/KotatsuApp/kotatsu-dl/blob/master/src/jvmMain/kotlin/org/koitharu/kotatsu_dl/logic/MangaLoaderContextImpl.kt) implementation. Note that the `MangaSource.LOCAL` and `MangaSource.DUMMY` parsers cannot be instantiated.