summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2021-10-02 20:10:00 -0300
committerAsko Nõmm <asko@bien.ee>2021-10-02 20:10:00 -0300
commit0c5ad4ca4cb01404f7c31db2387badbef34154d7 (patch)
tree0a997b3657c036cb86260b518522dbebec07fb58 /README.md
parenta4d6e488859f14db1547975b011cc3559e5c47ef (diff)
Fix README sentence structure
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 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