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 f259b30 commit fb5fa8a
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 @@ -67,17 +67,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-validate-links
```

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

```js
import remarkValidateLinks from 'https://cdn.skypack.dev/remark-validate-links@11?dts'
import remarkValidateLinks from 'https://esm.sh/remark-validate-links@11'
```

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

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

Expand Down Expand Up @@ -381,7 +381,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 fb5fa8a

Please sign in to comment.