Skip to content

Commit 94888b1

Browse files
committed
fix bare import
1 parent 34fdb2d commit 94888b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here's a working app! It's just an HTML file, there is no build or tooling. You
6565
<html lang="en">
6666
<body>
6767
<script type="module">
68-
import { html, Component, render } from 'https://unpkg.com/preact-html?module';
68+
import { html, Component, render } from 'https://unpkg.com/htm/preact?module';
6969
7070
class App extends Component {
7171
addTodo() {

0 commit comments

Comments
 (0)