Skip to content

Commit c23bc7b

Browse files
authored
Replace skypack w/ esm.sh
1 parent d62407c commit c23bc7b

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 mdast-util-mdx-jsx
6060
```
6161

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

6464
```js
65-
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://cdn.skypack.dev/mdast-util-mdx-jsx@1?dts'
65+
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://esm.sh/mdast-util-mdx-jsx@1'
6666
```
6767

68-
In browsers with [Skypack][]:
68+
In browsers with [`esm.sh`][esmsh]:
6969

7070
```html
7171
<script type="module">
72-
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://cdn.skypack.dev/mdast-util-mdx-jsx@1?min'
72+
import {mdxJsxFromMarkdown, mdxJsxToMarkdown} from 'https://esm.sh/mdast-util-mdx-jsx@1?bundle'
7373
</script>
7474
```
7575

@@ -470,7 +470,7 @@ abide by its terms.
470470

471471
[npm]: https://docs.npmjs.com/cli/install
472472

473-
[skypack]: https://www.skypack.dev
473+
[esmsh]: https://esm.sh
474474

475475
[license]: license
476476

0 commit comments

Comments
 (0)