Move description above import block in readme

This commit is contained in:
Talia 2023-12-23 18:25:05 +01:00
parent b372b33f6c
commit 99d791921e
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 3 additions and 3 deletions

View File

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