Skip to content

Commit 11d549f

Browse files
committed
update docs
1 parent 8c2c9e0 commit 11d549f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ it is a companion project of <https://htmx.org>
1212

1313
```html
1414

15-
<script src="https://unpkg.com/[email protected].13"></script>
15+
<script src="https://unpkg.com/[email protected].14"></script>
1616

1717

1818
<button _="on click toggle .clicked">

www/commands/render.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: render - ///_hyperscript
88

99
Note: if you want the template command, you must include the /dist/template.js file in addition to the hyperscript script
1010
~~~ html
11-
<script src="https://unpkg.com/[email protected].13/dist/template.js"></script>
11+
<script src="https://unpkg.com/[email protected].14/dist/template.js"></script>
1212
~~~
1313

1414
### Syntax

www/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ OK, let's get started with hyperscript!
123123
Hyperscript is a dependency-free JavaScript library that can be included in a web page without any build step:
124124

125125
~~~ html
126-
<script src="https://unpkg.com/[email protected].13"></script>
126+
<script src="https://unpkg.com/[email protected].14"></script>
127127
~~~
128128

129129
If you are using a build step:

www/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Try me: press and hold</button></span>
6161
</div>
6262

6363

64-
<div style="flex-basis: 100%; text-align: center;"><span id="install"><strong>Install:</strong> <code style="border: 2px dotted #00000055; margin: 0 10px; padding: 4px 6px; border-radius: 4px">&lt;script src="https://unpkg.com/[email protected].13"&gt;&lt;/script&gt;</code>
64+
<div style="flex-basis: 100%; text-align: center;"><span id="install"><strong>Install:</strong> <code style="border: 2px dotted #00000055; margin: 0 10px; padding: 4px 6px; border-radius: 4px">&lt;script src="https://unpkg.com/[email protected].14"&gt;&lt;/script&gt;</code>
6565
<button style="font:inherit;font-size:.8em;background:#3465a4;color:white;border:none;padding: 0 .4em; border-radius: .4em" _="on click
6666
writeText(my previousElementSibling's innerText) on navigator.clipboard
6767
put 'copied!' into me

0 commit comments

Comments
 (0)