Skip to content

Commit 2fe65cf

Browse files
authored
Replace skypack w/ esm.sh
1 parent f3eb407 commit 2fe65cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
7373
npm install remark-github
7474
```
7575

76-
In Deno with [Skypack][]:
76+
In Deno with [`esm.sh`][esmsh]:
7777

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

82-
In browsers with [Skypack][]:
82+
In browsers with [`esm.sh`][esmsh]:
8383

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

@@ -357,7 +357,7 @@ abide by its terms.
357357

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

360-
[skypack]: https://www.skypack.dev
360+
[esmsh]: https://esm.sh
361361

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

0 commit comments

Comments
 (0)