From eccfa9f4bcb4e82616db0ca418e26c814e8ebe85 Mon Sep 17 00:00:00 2001 From: Zach Stednick Date: Thu, 14 Mar 2024 05:47:13 -0700 Subject: [PATCH] chore: update introduction.mdx (#397) --- docs/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index bcdda78ce..8edf7df82 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -47,8 +47,8 @@ Include the CSS file in the `head` section of your page: Include the JavaScript file before the closing `body` tag, if you're using it with the leaflet, make sure to include it **after** leaflet's javascript file ```html - - + + ``` Now you're ready to use the control or providers. Just remember that your "import" syntax will be a bit different from what the docs are using.