Add a link to the examples directory.

This commit is contained in:
Bauke 2022-09-26 10:41:05 +02:00
parent a9f357cf0c
commit 8fb985923f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

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