Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ bus, and separate control signals.

<img src="./docs/assets/sensor-controller.svg" alt="Sensor controller with an I2C sensor, LED driver, status LED, and push button" width="100%">

## jsDelivr CDN

These versionless URLs resolve to the latest version published on npm and will
follow future releases:

| Package | CDN URL |
| --- | --- |
| `wire-lang` | <https://cdn.jsdelivr.net/npm/wire-lang> |
| `@wire-lang/core` | <https://cdn.jsdelivr.net/npm/@wire-lang/core> |
| `@wire-lang/cli` | <https://cdn.jsdelivr.net/npm/@wire-lang/cli> |
| `@wire-lang/browser` | <https://cdn.jsdelivr.net/npm/@wire-lang/browser> |
| `@wire-lang/markdown` | <https://cdn.jsdelivr.net/npm/@wire-lang/markdown> |

## Install and use

```bash
Expand Down