From dcfab0f4ddadaba6343605a9536d6d182d49fcaa Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Wed, 15 Jul 2020 13:27:54 -0700 Subject: [PATCH] Update README.md --- docs/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index eb0fe0b28..7768a028b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -202,11 +202,15 @@ journey https://unpkg.com/mermaid@/dist/ ``` -Replace `` with expected version number. +To select a version: -Example: https://unpkg.com/mermaid@7.1.0/dist/ +Replace `` with the desired version number. -##Incorporating mermaid to a website +Alternatively, you can also adjust the version number in the page itself. + +Latest Version: https://unpkg.com/browse/mermaid@8.6.0/ + +## Incorporating mermaid to a website to support mermaid on your website, all you have to do is add Mermaid’s JavaScript package ```