From 65a4e664e5e0cb63e00f215d2494e2b07663572b Mon Sep 17 00:00:00 2001 From: NateChurch Date: Wed, 9 Dec 2020 10:41:55 -0600 Subject: [PATCH] Typo in Readme.md Just fixed a typo. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index abd065c0a..57e6b8039 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # About Mermaid -**Mermaid lets you represent diagrams using text and code.** This simplifies maintianing complex diagrams. It is a Javascript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. The main purpose of Mermaid is to help Documentation catch up with Development. +**Mermaid lets you represent diagrams using text and code.** This simplifies maintaining complex diagrams. It is a Javascript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. The main purpose of Mermaid is to help Documentation catch up with Development. Many editors, wikis and other tools have mermaid integrations already making it easy to start using mermaid. A few of those are described in [Simple start to write diagrams](/n00b-gettingStarted).