Skip to content

Commit 08a5c6f

Browse files
authored
Fix typo
1 parent 497b867 commit 08a5c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ npm install unist-builder
5151
In Deno with [`esm.sh`][esmsh]:
5252

5353
```js
54-
import {h} from 'https://esm.sh/unist-builder@3'
54+
import {u} from 'https://esm.sh/unist-builder@3'
5555
```
5656

5757
In browsers with [`esm.sh`][esmsh]:
5858

5959
```html
6060
<script type="module">
61-
import {h} from 'https://esm.sh/unist-builder@3?bundle'
61+
import {u} from 'https://esm.sh/unist-builder@3?bundle'
6262
</script>
6363
```
6464

0 commit comments

Comments
 (0)