From 6542134e040dec51876f89d84f3c170c88300e2e Mon Sep 17 00:00:00 2001
From: Nitin Lodha <65410553+NitinLodha2812@users.noreply.github.com>
Date: Tue, 1 Dec 2020 09:38:07 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2a61c9036..a9bfd0217 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,9 @@ Mermaid is a Javascript based diagramming and charting tool that uses Markdown-i
Diagramming and documentation costs precious developer time and gets outdated quickly.
But not having diagrams or docs ruins productivity and hurts organizational learning.
-Mermaid addresses this problem by cutting the time, effort and tooling that is required to create modifiable diagrams and charts, for smarter and more reusable content.
+Mermaid addresses this problem by cutting the time, effort and tooling that is required to create a modifiable diagrams and charts, for smarter and more reusable content.
The text definitions for Mermaid diagrams allows for it to be updated easily, it can also be made part of production scripts (and other pieces of code).
-So less time needs be spent on documenting, as a separate and laborious task.
+So less time needs to be spent on documenting, as a separate and laborious task.
Even non-programmers can create diagrams through the [Mermaid Live Editor](https://github.com/mermaid-js/mermaid-live-editor).
[Tutorials](./docs/Tutorials.md) has video tutorials.
Use Mermaid with your favorite applications, check out the list of [Integrations and Usages of Mermaid](./docs/integrations.md).
From c3209e773864350c63bd892de1987e53b444b567 Mon Sep 17 00:00:00 2001
From: Knut Sveidqvist
Date: Thu, 3 Dec 2020 18:25:46 +0100
Subject: [PATCH 2/2] Removed a
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a9bfd0217..8365562b9 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Mermaid is a Javascript based diagramming and charting tool that uses Markdown-i
Diagramming and documentation costs precious developer time and gets outdated quickly.
But not having diagrams or docs ruins productivity and hurts organizational learning.
-Mermaid addresses this problem by cutting the time, effort and tooling that is required to create a modifiable diagrams and charts, for smarter and more reusable content.
+Mermaid addresses this problem by cutting the time, effort and tooling that is required to create modifiable diagrams and charts, for smarter and more reusable content.
The text definitions for Mermaid diagrams allows for it to be updated easily, it can also be made part of production scripts (and other pieces of code).
So less time needs to be spent on documenting, as a separate and laborious task.
Even non-programmers can create diagrams through the [Mermaid Live Editor](https://github.com/mermaid-js/mermaid-live-editor).