From f0b9926bd81de251830d94855c0965b4b9f1d6e1 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 22 May 2024 13:31:20 -0400 Subject: [PATCH] doc tweak --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e09cc1d..b11d707 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ Um, because you should think about, um, NOT using it. - ~1kb minified - Totally INEFFICIENT rendering (at scale) +## Install + +Via JSDelivr CDN + +```js +import {app,h} from "https://cdn.jsdelivr.net/gh/n2geoff/um/dist/um.min.js"; +``` + ## Overview **Um** only has 2 exported functions, `app()` and `h()`, and the later is optional.