diff --git a/README.md b/README.md
index adac277..bd03f23 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,13 @@ Or clone this repository and copy the `totolo` directory wherever you need it. N
```mermaid
erDiagram
- "ontology" ||--o{ "story" : "ontology[]"
- "ontology" ||--o{ "theme" : "ontology[story.name]"
- "theme" ||--|{ "field" : "theme.get(name_of_field)"
- "story" ||--|{ "field" : "story.get(name_of_field)"
+ "ontology" ||--o{ "story" : "ontology[story.name]"
+ "ontology" ||--o{ "theme" : "ontology[theme.name]"
+ "theme" ||--|{ "field" : "theme.get(field_name)"
+ "story" ||--|{ "field" : "story.get(field_name)"
"story" ||--o{ "(weight, kw)" : "story.iter_theme_entries()"
- "(weight, kw)" 1--1 "theme.name" : "kw.keyword"
+ "(weight, kw)" 1--1 "theme.name" : "kw.keyword"
+ "field" 1--1 "metadata like 'Title', 'Description', 'References', etc.": ".str()"
```
## totolo - Overview