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`.