We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 0ea0243 commit 7e4476cCopy full SHA for 7e4476c
README.md
@@ -14,7 +14,7 @@ Datastar helps you build reactive web applications with the simplicity of server
14
Getting started is as easy as adding a single 10.41 KiB script tag to your HTML.
15
16
```html
17
-<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@v1.0.0-RC.1/bundles/datastar.js"></script>
+<script type="module" src="https://cdn.jsdelivr.net/gh/starfederation/datastar@main/bundles/datastar.js"></script>
18
```
19
20
Then start adding frontend reactivity using declarative <code>data-*</code> attributes.
0 commit comments