From 4593d8742d3d431aa3c423f6d630e6cf707ce510 Mon Sep 17 00:00:00 2001
From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com>
Date: Mon, 28 Feb 2022 00:01:03 -0800
Subject: [PATCH] Update README.md
---
README.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 3178f2add..1b507a275 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,9 @@ Mermaid is a Javascript based diagramming and charting tool that uses Markdown-i
> Doc-Rot is a Catch-22 that Mermaid helps to solve.
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.
-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.
+But not having diagrams or docs ruins productivity and hurts organizational learning.
+Mermaid addresses this problem by enabling users to create easily modifiable diagrams, it can also be made part of production scripts (and other pieces of code).
+So less time is spent on documenting as a separate task.
Even non-programmers can create diagrams through the [Mermaid Live Editor](https://mermaid-js.github.io/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).
@@ -34,7 +33,7 @@ For a more detailed introduction to Mermaid and some of its more basic uses, loo
## Examples
-__The following are some examples of the diagrams, charts and graphs that can be made using Mermaid and the Markdown-inspired text specific to it. Click here jump into the [text syntax](https://mermaid-js.github.io/mermaid/#/n00b-syntaxReference).__
+__The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here jump into the [text syntax](https://mermaid-js.github.io/mermaid/#/n00b-syntaxReference).__
## Flowchart [docs - live editor]
@@ -248,4 +247,4 @@ A quick note from Knut Sveidqvist:
---
-*Mermaid was created by Knut Sveidqvist for easier documentation.*
\ No newline at end of file
+*Mermaid was created by Knut Sveidqvist for easier documentation.*