From 8fb985923f4a3612619cab4b99664e29b55e4dc3 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 26 Sep 2022 10:41:05 +0200 Subject: [PATCH] Add a link to the examples directory. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 838eed6..51fe520 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ xml = document.to_xml() document = OPML.from_xml(xml) ``` +See also the [examples directory](https://git.bauke.xyz/Holllo/opyml/src/branch/main/examples). + ## Development * Install dependencies with `poetry shell && poetry install`.