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 committed Apr 1, 2022
1 parent f3eb407 commit 2fe65cf
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 @@ -73,17 +73,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-github
```

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

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

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

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

Expand Down Expand Up @@ -357,7 +357,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 2fe65cf

Please sign in to comment.