diff options
Diffstat (limited to '')
-rw-r--r-- | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |