Skip to content

Commit

Permalink
better schema
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-levan committed Feb 16, 2024
1 parent 77d69ea commit 300f340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LOTemplate is document generator used to create documents programatically (ODT,

```mermaid
flowchart LR
template[Template<br/>in DOCX or ODT]
json[Data<br/>JSON]
template["Template<br/>(DOCX or ODT)"]
json["Data<br/>(JSON)"]
lotemplate["LO Template<br/>(accessible by API or CLI)"]
generatedFile[Generated File<br/>PDF, DOCX, ODT, RTF,...]
generatedFile["Generated File<br/>(PDF, DOCX, ODT, RTF,...)"]
template --> lotemplate
json --> lotemplate
Expand Down

0 comments on commit 300f340

Please sign in to comment.