From 3d31c9753a61bff4f9081fedfabe150c47002d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Andr=C3=A9=20Beaudry?= Date: Fri, 26 Mar 2021 11:43:18 -0400 Subject: [PATCH] Fix formatting that annoyed me --- docs/README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/README.md b/docs/README.md index ea1b293ff..319504284 100644 --- a/docs/README.md +++ b/docs/README.md @@ -179,18 +179,12 @@ Latest Version: [https://unpkg.com/browse/mermaid@8.8.0/](https://unpkg.com/brow ## Deploying Mermaid To Deploy Mermaid: -``` -1.You will need to install node v10 or 12, which would have npm - -2. download yarn using npm. - -3. enter the following command: - yarn add mermaid - +1. You will need to install node v10 or 12, which would have npm +2. Download yarn using npm +3. Enter the following command: `yarn add mermaid` 4. You can then add mermaid as a dev dependency using this command: - yarn add --dev mermaid + `yarn add --dev mermaid` -``` ## [Mermaid API](./Setup.md): **To deploy mermaid without a bundler, one can insert a `script` tag with an absolute address and a `mermaidAPI` call into the HTML like so:**