From 0bda51c70d48ddbe0321a7d6eb2142521c61781b Mon Sep 17 00:00:00 2001 From: Moustapha Kodjo Amadou Date: Wed, 20 Dec 2023 20:49:48 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1aa54ea..ac7c1885 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,9 +221,9 @@ All control filters can have a default state set. It's usually recommended if th - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/anime/src/en/kisskh/kisskh.dart) of Json API usage. - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/manga/src/en/mangahere/mangahere.dart) - of pure HTML parsing using xpath selector. + of HTML parsing using xpath selector. - [Example](https://github.com/kodjodevf/mangayomi-extensions/blob/main/manga/multisrc/madara/madara.dart) - of pure HTML parsing using HTML DOM selector. + of HTML parsing using HTML DOM selector. ## Some functions already available and usable @@ -341,4 +341,4 @@ See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eva ## Help -If you need a help or have some questions, ask a community in our [Discord server](https://discord.com/invite/EjfBuYahsP). \ No newline at end of file +If you need a help or have some questions, ask a community in our [Discord server](https://discord.com/invite/EjfBuYahsP).