Update n00b-gettingStarted.md

This commit is contained in:
Neil Cuzon
2021-03-14 01:51:36 -08:00
committed by GitHub
parent a8028768bc
commit 540dc17303

View File

@@ -11,7 +11,7 @@ when called, mermaid renders code definitions into a diagram in SVG format.
## For beginners, there are Four ways you can use mermaid: ## For beginners, there are Four ways you can use mermaid:
1. Using the mermaid [Live Editor](https://mermaid-js.github.io/mermaid-live-editor/). 1. Using the mermaid [Live Editor](https://mermaid-js.github.io/mermaid-live-editor/).
- Learning the [Syntax](./n00b-syntaxReference) would be helpful. - Learning the [Syntax](./n00b-syntaxReference) would be helpful.
2. Using one of the many [mermaid plugins](./integrations.md). 2. Using [mermaid plugins](./integrations.md) with programs you are familiar with.
3. Hosting mermaid on a webpage, with an absolute link. 3. Hosting mermaid on a webpage, with an absolute link.
4. Downloading mermaid and hosting it on your Web Page. 4. Downloading mermaid and hosting it on your Web Page.