From 300f34066e660b0bdd796f2e6e630010813ad6c2 Mon Sep 17 00:00:00 2001 From: Philippe Le Van Date: Fri, 16 Feb 2024 16:12:49 +0100 Subject: [PATCH] better schema --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf51d78..e6bd71d 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ LOTemplate is document generator used to create documents programatically (ODT, ```mermaid flowchart LR - template[Template
in DOCX or ODT] - json[Data
JSON] + template["Template
(DOCX or ODT)"] + json["Data
(JSON)"] lotemplate["LO Template
(accessible by API or CLI)"] - generatedFile[Generated File
PDF, DOCX, ODT, RTF,...] + generatedFile["Generated File
(PDF, DOCX, ODT, RTF,...)"] template --> lotemplate json --> lotemplate