From f96ca5dd73f351fcb9b45a34cf51ea7a4f5e338e Mon Sep 17 00:00:00 2001 From: Dominik Meyer <50320942+dominikmeyersap@users.noreply.github.com> Date: Fri, 30 Apr 2021 13:53:02 +0200 Subject: [PATCH] Update sequenceDiagram.md --- docs/sequenceDiagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sequenceDiagram.md b/docs/sequenceDiagram.md index 0df416dad..8e688d567 100644 --- a/docs/sequenceDiagram.md +++ b/docs/sequenceDiagram.md @@ -514,7 +514,7 @@ text.actor { Is it possible to adjust the margins for rendering the sequence diagram. This is done by defining `mermaid.sequenceConfig` or by the CLI to use a json file with the configuration. -How to use the CLI is described in the [mermaidCLI](mermaidCLI.html) page. +How to use the CLI is described in the [mermaidCLI](mermaidCLI) page. `mermaid.sequenceConfig` can be set to a JSON string with config parameters or the corresponding object. ```javascript