From 9bbef3c857e6a1c43ff3f9535bb029d657cfc53e Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Mon, 25 Apr 2022 15:23:55 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d3ddde5..a606fcda 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Library that provides manga sources. -[![](https://jitpack.io/v/nv95/kotatsu-parsers.svg)](https://jitpack.io/#nv95/kotatsu-parsers) ![Kotlin](https://img.shields.io/github/languages/top/nv95/kotatsu-parsers) ![License](https://img.shields.io/github/license/nv95/Kotatsu) [![Discord](https://img.shields.io/discord/898363402467045416?color=5865f2&label=discord)](https://discord.gg/NNJ5RgVBC5) +[![](https://jitpack.io/v/nv95/kotatsu-parsers.svg)](https://jitpack.io/#OshekharO/kotatsu-parsers) ![Kotlin](https://img.shields.io/github/languages/top/nv95/kotatsu-parsers) ![License](https://img.shields.io/github/license/nv95/Kotatsu) [![Discord](https://img.shields.io/discord/898363402467045416?color=5865f2&label=discord)](https://discord.gg/NNJ5RgVBC5) ### Usage @@ -21,6 +21,6 @@ allprojects { ```groovy dependencies { - implementation 'com.github.nv95:kotatsu-parsers:master-SNAPSHOT' + implementation 'com.github.OshekharO:kotatsu-parsers:feature~ksp-SNAPSHOT' } -``` \ No newline at end of file +```