From 102ad7d807492bd8e86fd3fe89cdfcce66ca887a Mon Sep 17 00:00:00 2001 From: AK Date: Sun, 6 Aug 2023 23:07:54 +0800 Subject: [PATCH] Update README.md (If you don't have npm in your computer, please go to the Node.js offical website to install Node.js https://nodejs.org/ and then you will have npm tool in your computer.) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 143bdf0f9..b6b1f862b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ## Installation ### Traditional Installation ```bash -# Step 1: Ensure that NPM is installed on your system.(If you don't have npm in your computer, please go to the Node.js offical website to install Node.js https://nodejs.org/ and then you will have npm tool in your computer.) Then install mermaid-js. +# Step 1: Ensure that NPM is installed on your system. Then install mermaid-js. (If you don't have npm in your computer, please go to the Node.js offical website to install Node.js https://nodejs.org/ and then you will have npm tool in your computer.) npm --version sudo npm install -g @mermaid-js/mermaid-cli