Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Jun 5, 2022
1 parent 497b867 commit 08a5c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ npm install unist-builder
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down

0 comments on commit 08a5c6f

Please sign in to comment.