Skip to content

Commit 6bddec3

Browse files
committed
fix: docs: add missing closing tag to code sample
1 parent f770b64 commit 6bddec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import '@geocodeearth/autocomplete-element'
1919
You can also use a script tag referencing it locally:
2020

2121
```html
22-
<script type="module" src="./node_modules/@geocodeearth/autocomplete-element/dist/bundle.js">
22+
<script type="module" src="./node_modules/@geocodeearth/autocomplete-element/dist/bundle.js"></script>
2323
```
2424

2525
## Basic Usage

0 commit comments

Comments
 (0)