From 7dead548f303652ff1fdfe08dd2217a86d600b96 Mon Sep 17 00:00:00 2001 From: erelling <54530323+erelling@users.noreply.github.com> Date: Fri, 8 Nov 2019 01:59:44 +0100 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 c4dfc5f14..8fc531eca 100644 --- a/docs/n00b-gettingStarted.md +++ b/docs/n00b-gettingStarted.md @@ -6,7 +6,7 @@ But how is the code turned into a diagram in a web page? To do this we need a me Thankfully the mermaid renderer is very accessible. -The requirement is on the part of the web browser. Modern web browsers can render mermaid, such as Firefox, Chrome, Safari. But Internet Explorer cannot. The web browser also needs to be able to access the online mermaid renderer at cdn.jsdelivr.net/npm/ +The requirement is on the part of the web browser. Modern web browsers, such as Firefox, Chrome and Safari, can render mermaid. But Internet Explorer cannot. The web browser also needs to be able to access the online mermaid renderer at cdn.jsdelivr.net/npm/ For an easy introduction, here follows three practical examples for turning code into diagram with: 1. an online mermaid editor