From e552bd3484083588cc40287e9f91ea53e315c440 Mon Sep 17 00:00:00 2001 From: Mykola Humanov Date: Sun, 27 Oct 2024 12:26:00 +0200 Subject: [PATCH] README.md: fix examples links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2157369..ca39751 100644 --- a/README.md +++ b/README.md @@ -605,8 +605,8 @@ assert_eq!(doc.select("div.content > p").length(), 4); ``` -**[more examples](./examples/)** -**[dom_query by example](https://github.com/niklak/dom_query/wiki/dom_query-by-Example)** +- **[more examples](./examples/)** +- **[dom_query by example](https://github.com/niklak/dom_query/wiki/dom_query-by-Example)**