aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-15 06:22:56 +0000
committerFuwn <[email protected]>2022-05-15 06:22:56 +0000
commit3dc5aaa698d9065ccb955fee881c49c02574f670 (patch)
treed453d3644e8c2d61f9527913ca3ee280d4b8a3b1 /README.md
parentfeat(0.1.0): initial release (diff)
downloadlaurali-3dc5aaa698d9065ccb955fee881c49c02574f670.tar.xz
laurali-3dc5aaa698d9065ccb955fee881c49c02574f670.zip
feat(decorators): auto deduce callback type
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2367dae..6416fb3 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ import {
} from "https://deno.land/x/laurali/mod.ts";
class MyCoolServer extends Server {
- /** Visit /hi */
+ /** Visit `/hi` */
@route()
hi() {
return "Hello, World!";