summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-01-22 18:20:54 -0500
committerFreya Murphy <freya@freyacat.org>2024-01-22 18:20:54 -0500
commitfb9d92ba2b5aad4f8a0be60c110768d9c54a4771 (patch)
treed3680ab5c2fe83b8646f06024fb7351705afb88c /readme.md
parentframeworks (diff)
downloadjsframework-fb9d92ba2b5aad4f8a0be60c110768d9c54a4771.tar.gz
jsframework-fb9d92ba2b5aad4f8a0be60c110768d9c54a4771.tar.bz2
jsframework-fb9d92ba2b5aad4f8a0be60c110768d9c54a4771.zip
license
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