Skip to content

Commit 7ce6840

Browse files
authored
Replace skypack w/ esm.sh
1 parent 6ffd002 commit 7ce6840

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
@@ -78,17 +78,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
7878
npm install remark-html
7979
```
8080

81-
In Deno with [Skypack][]:
81+
In Deno with [`esm.sh`][esmsh]:
8282

8383
```js
84-
import remarkHtml from 'https://cdn.skypack.dev/remark-html@15?dts'
84+
import remarkHtml from 'https://esm.sh/remark-html@15'
8585
```
8686

87-
In browsers with [Skypack][]:
87+
In browsers with [`esm.sh`][esmsh]:
8888

8989
```html
9090
<script type="module">
91-
import remarkHtml from 'https://cdn.skypack.dev/remark-html@15?min'
91+
import remarkHtml from 'https://esm.sh/remark-html@15?bundle'
9292
</script>
9393
```
9494

@@ -243,7 +243,7 @@ abide by its terms.
243243

244244
[npm]: https://docs.npmjs.com/cli/install
245245

246-
[skypack]: https://www.skypack.dev
246+
[esmsh]: https://esm.sh
247247

248248
[health]: https://github.com/remarkjs/.github
249249

0 commit comments

Comments
 (0)