Skip to content

Commit

Permalink
Replace skypack w/ esm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Apr 1, 2022
1 parent 6ffd002 commit 7ce6840
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-html
```

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:

```js
import remarkHtml from 'https://cdn.skypack.dev/remark-html@15?dts'
import remarkHtml from 'https://esm.sh/remark-html@15'
```

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

```html
<script type="module">
import remarkHtml from 'https://cdn.skypack.dev/remark-html@15?min'
import remarkHtml from 'https://esm.sh/remark-html@15?bundle'
</script>
```

Expand Down Expand Up @@ -243,7 +243,7 @@ abide by its terms.

[npm]: https://docs.npmjs.com/cli/install

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

[health]: https://github.com/remarkjs/.github

Expand Down

0 comments on commit 7ce6840

Please sign in to comment.