Skip to content

Commit a90ea55

Browse files
Referencing GH release lib distro
1 parent e0f9c84 commit a90ea55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ _Hyperhooks DOM_ is the renderer component for [Hyperhooks](https://github.com/h
55
To 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

1212
From your _JavaScript_ entry-point create a component hierarchy and call `render` to connect it to the document.

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)