summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72d6312..b7f8261 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,8 @@ When giving a route a name, wrap it in a call to
(str "a username"))))
`register-route` currently only supports the standard `compojure`
-methods: `GET`, `POST`, `PUT`, `DELETE`, `HEAD` and `ANY`.
+methods: `GET`, `POST`, `PUT`, `DELETE`, `HEAD`, `OPTIONS`, `PATCH`
+and `ANY`.
To later retrieve this url, use the `abra.core/url-for` function: