summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <84135165+askonomm@users.noreply.github.com>2021-10-09 14:43:16 -0300
committerGitHub <noreply@github.com>2021-10-09 14:43:16 -0300
commit0d75c920a32439c41a65e00b04c4e2f1df69d8fb (patch)
tree3aba995d00529ccd93a2a5632c4495c0760342f9
parentfc872f93ca45bd9928fd65971638b0e54d817bec (diff)
parente86ac9209f40d1bd04ed2c15ebb1177e7816b7f8 (diff)
Merge pull request #1 from yogthos/patch-1
minor clean up :)
-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!