Skip to content

Commit a892829

Browse files
authored
Update 01-user-guide.adoc (#68)
Fixed typo in installation instructions.
1 parent 862b112 commit a892829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/01-user-guide.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Clojure cli users, add the following under `:deps` in your `deps.edn` file. +
5555
Babashka users, add the following under `:deps` in your `bb.edn` file:
5656
[source,clojure,subs="attributes+"]
5757
----
58-
org.clj-commons/clj-http-lite {:mnv/version "{lib-version}"}
58+
org.clj-commons/clj-http-lite {:mvn/version "{lib-version}"}
5959
----
6060

6161
Lein users, add the following into the `:dependencies` vector in your `project.clj` file:

0 commit comments

Comments
 (0)