File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ _Hyperhooks DOM_ is the renderer component for [Hyperhooks](https://github.com/h
55To use ` hyperhooks-dom ` just add it together with ` hyperhooks-core ` directly into your page using ` <script> ` tags.
66
77``` html
8- <script src =" hyperhooks-core/lib /hyperhooks-core.js" ></script >
9- <script src =" hyperhooks-dom/lib /hyperhooks-dom.js" ></script >
8+ <script src =" https://github.com/ hyperhooks/hyperhooks -core/releases/download/1.0.0 /hyperhooks-core.js" ></script >
9+ <script src =" https://github.com/ hyperhooks/hyperhooks -dom/releases/download/1.0.0 /hyperhooks-dom.js" ></script >
1010```
1111
1212From your _ JavaScript_ entry-point create a component hierarchy and call ` render ` to connect it to the document.
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Hyperhooks DOM - Tests</ title >
66 < meta name ="description " content ="">
7- < script src ="../.. /hyperhooks-core/lib /hyperhooks-core.js "> </ script >
7+ < script src ="https://github.com /hyperhooks/hyperhooks -core/releases/download/1.0.0 /hyperhooks-core.js "> </ script >
88 < script src ="../lib/hyperhooks-dom.js "> </ script >
99</ head >
1010< body >
You can’t perform that action at this time.
0 commit comments