summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5b44b85..b3c7ba9 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Note that the `request-method` doesn't have to be a keyword, it can be anything
### Setting up with http-kit
-Now, obviously on its own the router is not very useful as it needs an actual HTTP server to, so here's an example that uses http-kit:
+Now, obviously on its own the router is not very useful as it needs an actual HTTP server to return the responses to the world, so here's an example that uses http-kit:
```clojure
(ns myapp.core