Skip to content

Commit 169ec25

Browse files
authored
Replace skypack w/ esm.sh
1 parent 8901ff3 commit 169ec25

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
@@ -50,17 +50,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5050
npm install mdast-util-to-markdown
5151
```
5252

53-
In Deno with [Skypack][]:
53+
In Deno with [`esm.sh`][esmsh]:
5454

5555
```js
56-
import {toMarkdown} from 'https://cdn.skypack.dev/mdast-util-to-markdown@1?dts'
56+
import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@1'
5757
```
5858

59-
In browsers with [Skypack][]:
59+
In browsers with [`esm.sh`][esmsh]:
6060

6161
```html
6262
<script type="module">
63-
import {toMarkdown} from 'https://cdn.skypack.dev/mdast-util-to-markdown@1?min'
63+
import {toMarkdown} from 'https://esm.sh/mdast-util-to-markdown@1?bundle'
6464
</script>
6565
```
6666

@@ -416,7 +416,7 @@ abide by its terms.
416416

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

419-
[skypack]: https://www.skypack.dev
419+
[esmsh]: https://esm.sh
420420

421421
[license]: license
422422

0 commit comments

Comments
 (0)