summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 957bcc3..ef52461 100644
--- a/readme.md
+++ b/readme.md
@@ -102,7 +102,7 @@ router((path) => {
case: '/secret':
return component()
default:
- retrun notFound()
+ return notFound()
}
})
```
@@ -126,3 +126,7 @@ mySite.render(document.body)
- page titles
- component arrays
- likly other things
+
+### license
+
+mit