There was an error while loading. Please reload this page.
1 parent 34fdb2d commit 94888b1Copy full SHA for 94888b1
1 file changed
README.md
@@ -65,7 +65,7 @@ Here's a working app! It's just an HTML file, there is no build or tooling. You
65
<html lang="en">
66
<body>
67
<script type="module">
68
- import { html, Component, render } from 'https://unpkg.com/preact-html?module';
+ import { html, Component, render } from 'https://unpkg.com/htm/preact?module';
69
70
class App extends Component {
71
addTodo() {
0 commit comments