Update n00b-gettingStarted.md

This commit is contained in:
erelling
2019-11-08 01:45:29 +01:00
committed by GitHub
parent 78e556aaf7
commit 00802ffe7a

View File

@@ -77,7 +77,9 @@ Through the html file, we give the web browser three instructions inside the htm
2. the mermaid code we want to diagram.
3. the `mermaid.initialize()` command to start the rendering process
All this is done in the html `<body>` section of the web page. This is what needs to go into the html file:
All this is done in the html `<body>` section of the web page.
This is what needs to go into the html file: