From e363a2161939592f4a92fd4dfd409d89ce906325 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Fri, 10 Jul 2020 08:43:59 -0700 Subject: [PATCH] Update README.md --- docs/README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 48b5f0727..db67e7aa7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,6 +16,9 @@ Check out the list of [Integrations and Usages of Mermaid](./integrations.md) **Mermaid was nominated and won the JS Open Source Awards (2019) in the category "The most exciting use of technology"!!! Thanks to all involved, people committing pull requests, people answering questions and special thanks to Tyler Long who is helping me maintain the project.** +# New [Configuration Protocols in version 8.6.0](https://github.com/NeilCuzon/mermaid/edit/develop/docs/8.6.0_docs.md) + + ## New diagrams in 8.5 With version 8.5 there are some bug fixes and enhancements, plus a new diagram type, entity relationship diagrams. @@ -161,16 +164,32 @@ Replace `` with expected version number. Example: https://unpkg.com/mermaid@7.1.0/dist/ -### Node.js +##Incorporating mermaid to a website +to support mermaid on your website, all you have to do is add Mermaid’s JavaScript package ``` -yarn add mermaid +1.You will need to isntall node v10 or 12, which would have npm + +2. download yarn using npm + +2. yarn add mermaid + +3. yarn add --dev mermaid ``` +## To install mermaid without a bundler, one can use the script tag like so: + + + + +## it can then be followed by the + + ## Documentation https://mermaidjs.github.io + ## Sibling projects - [mermaid CLI](https://github.com/mermaidjs/mermaid.cli)