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 61d3e85 commit 77d69ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ LOTemplate is document generator used to create documents programatically (ODT,
flowchart LR
template[Template<br/>in DOCX or ODT]
json[Data<br/>JSON]
lotemplate[LO Template]
generatedFile[Generated File<br/>PDF, DOCX, ODT]
lotemplate["LO Template<br/>(accessible by API or CLI)"]
generatedFile[Generated File<br/>PDF, DOCX, ODT, RTF,...]
template --> lotemplate
json --> lotemplate
Expand Down

0 comments on commit 77d69ea

Please sign in to comment.