diff --git a/README.org b/README.org index 4b5d692..61ef1e1 100644 --- a/README.org +++ b/README.org @@ -47,10 +47,12 @@ To use *find-deps* from the command line, create an alias in your #+BEGIN_SRC clojure {:aliases {:find-deps {:extra-deps - {find-deps - {:git/url "https://github.com/hagmonk/find-deps", - :sha "6fc73813aafdd2288260abb2160ce0d4cdbac8be"}}, - :main-opts ["-m" "find-deps.core"]}}} + {org.clojure/core.async {:mvn/version "1.1.587"}, + cheshire {:mvn/version "5.10.0"}, + find-deps + {:git/url "https://github.com/hagmonk/find-deps", + :sha "6fc73813aafdd2288260abb2160ce0d4cdbac8be"}}, + :main-opts ["-m" "find-deps.core"]}}} #+END_SRC You can invoke *find-deps* with ~-h~ to see the supported options: