From dbc1015d18617368153826901019ac94f03894e3 Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Tue, 9 Mar 2021 02:41:45 -0800 Subject: [PATCH] Update usage.md --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 256a01acf..18c2325ba 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -63,8 +63,8 @@ The easiest way to integrate mermaid on a web page requires three elements: ``` -**If these things are in place mermaid starts at the page load event and when fired (when the page has loaded) it will -locate the graph definitions inside the `div` tags with `class="mermaid"` on the page and return svg charts or diagrams with their corresponding definitions.** +**Following these directions, mermaid starts at page load and (when the page has loaded) it will +locate the graph definitions inside the `div` tags with `class="mermaid"` and return diagrams in SVG form, following given definitions.** ## Simple full example: