From 5bf6411e510baebcc172eefe681613f93295348a Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:44:13 +0100 Subject: [PATCH] Update --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce1360ce..313d63ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -320,8 +320,8 @@ final String htmlString = ''' MDocument document = parseHtml(htmlString); - print(document.selecFirst("a").attr("href")); // https://github.com/kodjodevf - print(document.selecFirst("td").text); // 1 + print(document.selectFirst("a").attr("href")); // https://github.com/kodjodevf + print(document.selectFirst("td").text); // 1 ``` See [`MDocument` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/document.dart) and [`MElement` model](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/model/element.dart) to see aivable methods.