diff options
| author | Dmitri Sotnikov <dmitri.sotnikov@gmail.com> | 2021-10-09 12:58:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-09 12:58:19 -0400 |
| commit | e86ac9209f40d1bd04ed2c15ebb1177e7816b7f8 (patch) | |
| tree | 3aba995d00529ccd93a2a5632c4495c0760342f9 /README.md | |
| parent | fc872f93ca45bd9928fd65971638b0e54d817bec (diff) | |
minor clean up :)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -85,12 +85,11 @@ You can also use Ruuter with [Babashka](https://github.com/babashka/babashka), b ```clojure #!/usr/bin/env bb -(require '[org.httpkit.server :as http] - '[babashka.deps :as deps]) - (deps/add-deps '{:deps {org.clojars.askonomm/ruuter {:mvn/version "1.2.1"}}}) -(require '[ruuter.core :as ruuter]) +(require '[org.httpkit.server :as http] + '[babashka.deps :as deps] + '[ruuter.core :as ruuter]) (def routes [{:path "/" :method :get @@ -178,4 +177,4 @@ What the actual map can contain that you return depends again on the HTTP server ### 1.1.0 -- Made Ruuter server-agnostic, which means now it really is just a router and nothing else, and can thus be used with just about any HTTP server you can throw at it. It also means there are now zero dependencies! ZERO!
\ No newline at end of file +- Made Ruuter server-agnostic, which means now it really is just a router and nothing else, and can thus be used with just about any HTTP server you can throw at it. It also means there are now zero dependencies! ZERO! |
