mirror of https://github.com/n2geoff/um
doc tweak
This commit is contained in:
parent
edf7245f97
commit
f0b9926bd8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue