From 0c5ad4ca4cb01404f7c31db2387badbef34154d7 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 2 Oct 2021 20:10:00 -0300 Subject: Fix README sentence structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3