diff options
| author | Asko Nõmm <asko@bien.ee> | 2021-10-02 20:10:00 -0300 |
|---|---|---|
| committer | Asko Nõmm <asko@bien.ee> | 2021-10-02 20:10:00 -0300 |
| commit | 0c5ad4ca4cb01404f7c31db2387badbef34154d7 (patch) | |
| tree | 0a997b3657c036cb86260b518522dbebec07fb58 /README.md | |
| parent | a4d6e488859f14db1547975b011cc3559e5c47ef (diff) | |
Fix README sentence structure
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
