From f6bc3cf998448d0a75e05dfbd7adbe823e3e7b61 Mon Sep 17 00:00:00 2001 From: Jamie Cox Date: Wed, 23 Dec 2020 19:59:22 +0000 Subject: [PATCH] Update n00b-gettingStarted.md --- docs/n00b-gettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/n00b-gettingStarted.md b/docs/n00b-gettingStarted.md index 9a1213c88..a5b6847e1 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -4,7 +4,7 @@ Creating diagrams and charts using mermaid code is simple. The code is turned into a diagram in the web page with the use of a mermaid renderer. The mermaid renderer is a piece of javascript that parses mermaid definitions, when called. -This then renders a diagram based on that code in SVG, alternatively it +This then renders a diagram based on that code in SVG. Most web browsers, such as Firefox, Chrome and Safari, can render mermaid, Internet Explorer however cannot.