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 committed Apr 2, 2022
1 parent 7df7150 commit 2585729
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 @@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install gemoji
```

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

```js
import {gemoji} from 'https://cdn.skypack.dev/gemoji@7?dts'
import {gemoji} from 'https://esm.sh/gemoji@7'
```

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

```html
<script type="module">
import {gemoji} from 'https://cdn.skypack.dev/gemoji@7?min'
import {gemoji} from 'https://esm.sh/gemoji@7?bundle'
</script>
```

Expand Down Expand Up @@ -226,7 +226,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 2585729

Please sign in to comment.