Merge pull request #2354 from mermaid-js/sidharthv96-patch-1

Update n00b-gettingStarted.md
This commit is contained in:
Ashish Jain 2021-09-29 20:14:15 +02:00 committed by GitHub
commit 900d7e0974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This section talks about the different ways to deploy Mermaid. Learning the [Syn
## Four ways of using mermaid:
1. Using the mermaid [Live Editor](https://mermaid-js.github.io/mermaid-live-editor/).
1. Using the Mermaid Live Editor at [mermaid.live](https://mermaid.live).
2. Using [mermaid plugins](./integrations.md) with programs you are familiar with.
3. Calling the Mermaid Javascript API.
4. Deploying Mermaid as a dependency.
@ -19,7 +19,9 @@ This section talks about the different ways to deploy Mermaid. Learning the [Syn
> More in depth information can be found at [Usage](./usage.md).
## 1. Using [The Live Editor](https://mermaid-js.github.io/mermaid-live-editor/edit).
## 1. Using the Live Editor
Available at [mermaid.live](https://mermaid.live)
![EditingProcess](./img/Editing-process.png)