Move description above import block in readme
This commit is contained in:
parent
b372b33f6c
commit
99d791921e
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Skooma
|
||||
|
||||
A functional-friendly helper library for procedural DOM generation and
|
||||
templating.
|
||||
|
||||
```js
|
||||
import {html} from "skooma.js"
|
||||
```
|
||||
|
||||
A functional-friendly helper library for procedural DOM generation and
|
||||
templating.
|
||||
|
||||
## Overview
|
||||
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue