Skip to content

Commit

Permalink
docs: update CDN demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 7, 2024
1 parent e5d9455 commit ec61d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ To use `shiki` in the browser via CDN, you can use [esm.run](https://esm.run) or

It's quite efficient as it will only load the languages and themes on demand. For the code snippet above, only four requests will be fired (`shiki`, `shiki/themes/vitesse-light.mjs`, `shiki/langs/javascript.mjs`, `shiki/wasm.mjs`), with around 200KB data transferred in total.

[Demo](https://jsfiddle.net/rdasqhxu/1/)
[Demo](https://jsfiddle.net/t7brz23v/)

### Cloudflare Workers

Expand Down

0 comments on commit ec61d0d

Please sign in to comment.