Skip to content

Commit

Permalink
chore: update introduction.mdx (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
stedy authored Mar 14, 2024
1 parent ad290b0 commit eccfa9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- Make sure you put this AFtER leaflet.js, when using with leaflet -->
<script src="https://unpkg.com/leaflet-geosearch@3.0.0/dist/geosearch.umd.js"></script>
<!-- Make sure you put this AFTER leaflet.js, when using with leaflet -->
<script src="https://unpkg.com/leaflet-geosearch@latest/dist/bundle.min.js"></script>
```

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.
Expand Down

0 comments on commit eccfa9f

Please sign in to comment.