Skip to content

Commit 3f9f6bc

Browse files
authored
Replace skypack w/ esm.sh
1 parent 53da7c5 commit 3f9f6bc

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
@@ -59,17 +59,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
5959
npm install hast-util-to-mdast
6060
```
6161

62-
In Deno with [Skypack][]:
62+
In Deno with [`esm.sh`][esmsh]:
6363

6464
```js
65-
import {toMdast} from 'https://cdn.skypack.dev/hast-util-to-mdast@8?dts'
65+
import {toMdast} from 'https://esm.sh/hast-util-to-mdast@8
6666
```
6767
68-
In browsers with [Skypack][]:
68+
In browsers with [`esm.sh`][esmsh]:
6969
7070
```html
7171
<script type="module">
72-
import {toMdast} from 'https://cdn.skypack.dev/hast-util-to-mdast@8?min'
72+
import {toMdast} from 'https://esm.sh/hast-util-to-mdast@8?bundle'
7373
</script>
7474
```
7575

@@ -396,7 +396,7 @@ abide by its terms.
396396

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

399-
[skypack]: https://www.skypack.dev
399+
[esmsh]: https://esm.sh
400400

401401
[license]: license
402402

0 commit comments

Comments
 (0)