From e86ac9209f40d1bd04ed2c15ebb1177e7816b7f8 Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Sat, 9 Oct 2021 12:58:19 -0400 Subject: minor clean up :) --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') 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! -- cgit v1.2.3