From 518428c6359fecee75527a57f0ced48c1572deff Mon Sep 17 00:00:00 2001 From: sylhare Date: Thu, 19 May 2022 09:49:32 -0400 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27076a445f..815f302441 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ Enable the [mermaid-js](https://github.com/mermaid-js/mermaid) diagram rendering This will load and init the [mermaid.min.js](https://mermaid-js.github.io/mermaid/getting-started/n00b-gettingStarted.html#4-calling-mermaid-from-a-relative-link). ```yml -mermaid: true # to Enable it +mermaid: default # Enable mermaid-js for diagrams, use theme: base, forest, dark, default, neutral ``` Find all the help you need on the official [mermaid documentation](https://mermaid-js.github.io/mermaid/).