Skip to content

Commit 46afef7

Browse files
authored
Replace skypack w/ esm.sh
1 parent e4d8449 commit 46afef7

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
@@ -83,17 +83,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
8383
npm install refractor
8484
```
8585

86-
In Deno with [Skypack][]:
86+
In Deno with [`esm.sh`][esmsh]:
8787

8888
```js
89-
import {refractor} from 'https://cdn.skypack.dev/refractor@4?dts'
89+
import {refractor} from 'https://esm.sh/refractor@4'
9090
```
9191

92-
In browsers with [Skypack][]:
92+
In browsers with [`esm.sh`][esmsh]:
9393

9494
```html
9595
<script type="module">
96-
import {refractor} from 'https://cdn.skypack.dev/refractor@4?min'
96+
import {refractor} from 'https://esm.sh/refractor@4?bundle'
9797
</script>
9898
```
9999

@@ -731,7 +731,7 @@ See [How to Contribute to Open Source][contribute].
731731

732732
[npm]: https://docs.npmjs.com/cli/install
733733

734-
[skypack]: https://www.skypack.dev
734+
[esmsh]: https://esm.sh
735735

736736
[license]: license
737737

0 commit comments

Comments
 (0)