From 1e605cdf0fb3a5a59696a608dceaf5b6da7b58aa Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Sat, 25 Jul 2020 18:15:37 -0700 Subject: [PATCH] Update n00b-gettingStarted.md --- docs/n00b-gettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index 879c9b9b8..590e0bc72 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -12,7 +12,7 @@ Most web browsers, such as Firefox, Chrome and Safari, can render mermaid, Inter ## For beginners, there are four relatively easy ways you can use mermaid: 1. Using the mermaid [live editor](https://mermaid-js.github.io/mermaid-live-editor/). For some popular video tutorials on the live editor go to [Overview](./n00b-overview.md). 2. Using one of the many [mermaid plugins](https://mermaid-js.github.io/mermaid/#/integrations). -3. Using the mermaid API on your webpage. +3. Hosting mermaid on a webpage, with an absolute link. 4. Downloading mermaid and hosting it on your Web Page. **Notes**: More in depth information can be found on [Usage](./usage.md). @@ -77,7 +77,7 @@ When the mermaid plugin is installed on a Confluence server, one can insert a me ## The following are two ways of hosting mermaid on a webpage. **This is covered in greater detail in the [Usage section](https://mermaid-js.github.io/mermaid/#/usage)** -## 3. Using the Mermaid API: +## 3. Using the Mermaid API: The quick and dirty way of deploying mermaid This method can be used with any common web server. Apache, IIS, nginx, node express [...], you pick your favourite.