From b50052c07380522df35c63140dfb53817d1acc1d Mon Sep 17 00:00:00 2001
From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com>
Date: Mon, 28 Feb 2022 00:38:51 -0800
Subject: [PATCH] Update README.md
---
docs/README.md | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index a5ff14e6f..5a616d241 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,22 +18,19 @@ It is a Javascript based diagramming and charting tool that renders Markdown-ins
-The main purpose of Mermaid is to help with Visualizing Documentation, and helping it catch up with Development.
-> Documentation-Rot is a Catch-22 that Mermaid helps to solve.
+Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. The main purpose of Mermaid is to help documentation catch up with development.
-Diagramming and Documentation cost precious developer time and get outdated quickly.
-However, not having diagrams or documentation ruins productivity and hampers organizational learning.
+> Doc-Rot is a Catch-22 that Mermaid helps to solve.
-Mermaid addresses this Catch-22 situation by reducing the time, effort and tooling that is required to create modifiable diagrams and charts which in turn results in smarter and more reusable content.
-Mermaid, as a text-based diagramming tool allows for quick and easy updates and makes documentation much easier. It can also be included in production scripts and other pieces of code as per requirement.
+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 enabling users to create easily modifiable diagrams, it can also be made part of production scripts (and other pieces of code).
+
+Mermaid allows even non-programmers to easily create detailed and 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).
-> Mermaid is a Diagramming tool for everyone.
-
-Even non-programmers can create diagrams through the [Mermaid Live Editor](https://github.com/mermaid-js/mermaid-live-editor), Visit the [Tutorials Page](./Tutorials.md) for the Live Editor video tutorials.
-
-Many editors, wikis and other tools also have mermaid integrations and plugins, making it easy to start using mermaid. A few of those are described in [Simple start to write diagrams](./n00b-gettingStarted.md).
-
-For a more detailed introduction to Mermaid and some of it's basic uses, refer to [Overview for Beginners](./n00b-overview.md) and [Usage](./usage.md).
+For a more detailed introduction to Mermaid and some of its more basic uses, look to the [Beginner's Guide](./docs/n00b-overview.md) and [Usage](./docs/usage.md).
🌐 [CDN](https://unpkg.com/mermaid/) | 📖 [Documentation](https://mermaidjs.github.io) | 🙌 [Contribution](https://github.com/mermaid-js/mermaid/blob/develop/docs/development.md) | 📜 [Version Log](./CHANGELOG.md) | 🔌 [Plug-Ins](./integrations.md)
@@ -301,4 +298,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.*