Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilCuzon authored Nov 8, 2020
1 parent 3beb00c commit 569dea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ npm install @mermaid-js/mermaid-cli
❗️ We do **NOT** recommend installing it globally because both YARN and NPM could fail to install a command line tool globally properly due to weird permission issues.
`yarn global add @mermaid-js/mermaid-cli` or `npm install -g @mermaid-js/mermaid-cli`
### Examples
Please run the following command to see the latest options: `mmdc -h`
To see the latest options, please run the following command: `mmdc -h`

Run this command to convert Mermaid mmd diagram to an svg file:`mmdc -i input.mmd -o output.svg`
To convert Mermaid mmd diagram to an svg file, run this command: `mmdc -i input.mmd -o output.svg`

#### Piping from stdin

Expand Down

0 comments on commit 569dea9

Please sign in to comment.