diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index 96d7cfd8c..879c9b9b8 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -12,8 +12,8 @@ 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. Calling mermaid renderer with an absolute link through HTML. -4. Installing mermaid with npm and hosting it on a webpage using a relative link in the ` ``` -**Notes**:It is good practice to keep the `mermaid.initialize()` API call right next the `mermaid.min.js` `script` tag. - - startOnLoad is a parameter that can optionally be changed to false, this would then prevent mermaid from immediately rendering upon loading. +**Notes**: It is good practice to keep the `mermaid.initialize()` API call right next the `mermaid.min.js` `script` tag. +`startOnLoad` is a parameter that can optionally be changed to false, this would then prevent mermaid from immediately rendering upon loading. ### If the three steps mentioned are followed you will end up with something like this: