From 9df5eb369c6b23622ed9a46e42b37ec63ad03a49 Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Sat, 25 May 2024 19:13:17 +0100 Subject: [PATCH] Update CONTRIBUTING-DART --- CONTRIBUTING-DART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING-DART.md b/CONTRIBUTING-DART.md index 58a06f80..92cedd33 100644 --- a/CONTRIBUTING-DART.md +++ b/CONTRIBUTING-DART.md @@ -30,7 +30,7 @@ click to open settings - Console: which will show you the logs Once extension is ready you can relocate your code into `mangayomi-extension` project in a `src` or `multisrc` package -Create the folder with the name of the source such as [this one](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh/kisskh.dart) +Create the folder with the name of the source such as [this example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/dart/anime/src/en/kisskh) after go either to the anime_source_list.dart file for anime or manga_source_list.dart for the manga and import the extension then create a Pull Request.