From f093f6fc659bdac16c1ac0e3e07bfa80ccbaeac4 Mon Sep 17 00:00:00 2001 From: Ferraz Date: Sun, 6 Sep 2026 22:14:21 -0300 Subject: [PATCH] docs: add jsDelivr CDN package links --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 99519bc..2665c37 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,19 @@ bus, and separate control signals. Sensor controller with an I2C sensor, LED driver, status LED, and push button +## jsDelivr CDN + +These versionless URLs resolve to the latest version published on npm and will +follow future releases: + +| Package | CDN URL | +| --- | --- | +| `wire-lang` | | +| `@wire-lang/core` | | +| `@wire-lang/cli` | | +| `@wire-lang/browser` | | +| `@wire-lang/markdown` | | + ## Install and use ```bash