From 797be26ef6f9849f11e2e8f9e442603dab7dd954 Mon Sep 17 00:00:00 2001 From: Anthony Ingle Date: Sat, 3 Aug 2024 04:04:52 -0700 Subject: [PATCH] Update docs to reference mermaidConfig correctly (#25) Co-authored-by: Remco Haszing --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d5cf68..53da477 100644 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ The options used to launch the browser. (`object`) - **Note**: This options is required in Node.js. In the browser this option is unused. -#### `mermaidOptions` +#### `mermaidConfig` -The [mermaid options](https://mermaid-js.github.io/mermaid/#/Setup) to use. +The [mermaid config](https://mermaid.js.org/config/schema-docs/config.html) to use. -**Note**: This options is only supported in Node.js. In the browser this option is unused. If you -use this in a browser, call `mermaid.initialize()` manually. +**Note**: This config is only supported in Node.js. In the browser this option is unused. If you use +this in a browser, call `mermaid.initialize()` manually. #### `prefix`