Skip to content

Commit

Permalink
Update docs to reference mermaidConfig correctly (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Remco Haszing <remcohaszing@gmail.com>
  • Loading branch information
antingle and remcohaszing committed Aug 3, 2024
1 parent 682bd59 commit 797be26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 797be26

Please sign in to comment.