aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-11-21 21:45:44 -0600
committerColin Okay <okay@toyful.space>2020-11-21 21:45:44 -0600
commite6c884e4b1b32a8fc748e70757a8c2bfab1d106b (patch)
tree40d49953b158f24537ce735568afec8e0e6f49ee
parentf1ce4044846296af606a349f47064b4e47691bf0 (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1347780..f9b3c55 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ For example:
;; ... handle image post ...
)
- (defroute :delete "/image/:id
+ (defroute :delete "/image/:id"
;; ... handle image delete ...
))