From 8a5969fb220ae353abdee2cb20dbf4df82e642ce Mon Sep 17 00:00:00 2001 From: Ferraz Date: Sun, 6 Sep 2026 22:38:03 -0300 Subject: [PATCH] docs: add jsDelivr head snippet --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2665c37..f3d4c7e 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,22 @@ bus, and separate control signals. ## jsDelivr CDN -These versionless URLs resolve to the latest version published on npm and will -follow future releases: +Add this module script to your site's ``. It waits for the page to load, +then renders every Wire Lang code block: + +```html + +``` + +The versionless URL loads the latest version published on npm and will follow +future releases. + +
+Show all CDN URLs | Package | CDN URL | | --- | --- | @@ -100,6 +114,8 @@ follow future releases: | `@wire-lang/browser` | | | `@wire-lang/markdown` | | +
+ ## Install and use ```bash