summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index ad3ad21..df67f66 100644
--- a/README.md
+++ b/README.md
@@ -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!