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.