doc tweak

This commit is contained in:
Geoff Doty 2024-05-22 13:31:20 -04:00
parent edf7245f97
commit f0b9926bd8
1 changed files with 8 additions and 0 deletions

View File

@ -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.