From f2d4a3e6dfc4b24756c1ad8c4c7ae99602cfa8f7 Mon Sep 17 00:00:00 2001 From: perro Date: Wed, 25 Jan 2023 19:33:39 -0800 Subject: [PATCH] Ajustes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e6b40c..938da77 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ YASD is a YAML format for human writable XSDs (XML Schema Definition), humans declare what is indispensable, leaving the machines to do the rest of the unreadable ``. -## Workflow +## CLI Workflow -The following chart is the YASD CLI flow: +The following chart is the YASD CLI workflow: ``` mermaid flowchart LR @@ -34,6 +34,8 @@ To better understad what YASD does, see the inputs and outputs: - Output: computer processable schema in [XSD]. - Output: human readable documentation in [Markdown]. +## Table of Contents + [TOC] ## Structure