From 3aa368b630970aac80f90f7bd266a8121aff0b21 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Thu, 27 Feb 2020 01:06:38 -0800 Subject: [PATCH] Update n00b-gettingStarted.md --- docs/n00b-gettingStarted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index c1621a60c..d11903b4f 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -81,7 +81,9 @@ So if you want to really simplify things when testing this out, don't use a web When writing the html file, we give the web browser three instructions inside the html code: a. A reference for fetching the online mermaid renderer, which is written in Javascript. + b. The mermaid code for the diagram we want to create. + c. The `mermaid.initialize()` command to start the rendering process.