Skip to content

Commit c493aa4

Browse files
committed
chore: update installation docs
1 parent c4e8bdc commit c493aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/app/src/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We recommend using native ES modules in the browser.
1212

1313
```html
1414
<script type="module">
15-
import { loadScript } from 'https://unpkg.com/ficusjs-script?module'
15+
import { loadScript } from 'https://unpkg.com/ficusjs-script@1.0.1/dist/script.js'
1616
</script>
1717
```
1818

0 commit comments

Comments
 (0)