Skip to content

Commit

Permalink
Replace skypack w/ esm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Apr 2, 2022
1 parent 2df6a92 commit 30709c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install parse-entities
```

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:

```js
import {parseEntities} from 'https://cdn.skypack.dev/parse-entities@3?dts'
import {parseEntities} from 'https://esm.sh/parse-entities@3'
```

In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import {parseEntities} from 'https://cdn.skypack.dev/parse-entities@3?min'
import {parseEntities} from 'https://esm.sh/parse-entities@3?bundle'
</script>
```

Expand Down Expand Up @@ -241,7 +241,7 @@ See [How to Contribute to Open Source][contribute].

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

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

[license]: license

Expand Down

0 comments on commit 30709c7

Please sign in to comment.