File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ A Clojure library for accessing Javadocs in your REPL
88
99``` clojure
1010{:deps {org.clojure/java.doc {:git/url " https://github.com/clojure/java.doc"
11- :git/tag " v0.1.1 "
12- :git/sha " 68e3c67 " }}}
11+ :git/tag " v0.1.2 "
12+ :git/sha " fc518b1 " }}}
1313```
1414
1515### In the REPL with add-libs
@@ -20,7 +20,7 @@ For usage without modifying your project deps:
2020; ; This require is only necessary if not in user namespace
2121(require '[clojure.repl.deps :refer [add-lib]])
2222
23- (add-lib 'io.github.clojure/java.doc {:git/tag " v0.1.1 " :git/sha " 68e3c67 " })
23+ (add-lib 'io.github.clojure/java.doc {:git/tag " v0.1.2 " :git/sha " fc518b1 " })
2424
2525(require '[clojure.java.doc.api :refer [jdoc jdoc-data sigs]])
2626
@@ -33,7 +33,7 @@ For usage without modifying your project deps:
3333Invoke directly from the command line, useful for piping into a .md file to display in your editor:
3434
3535``` bash
36- clojure -Sdeps ' {:deps {org.clojure/java.doc {:git/url "https://github.com/clojure/java.doc" :git/tag "v0.1.1 " :git/sha "68e3c67 "}}}' \
36+ clojure -Sdeps ' {:deps {org.clojure/java.doc {:git/url "https://github.com/clojure/java.doc" :git/tag "v0.1.2 " :git/sha "fc518b1 "}}}' \
3737 -M -e " (require '[clojure.java.doc.api :refer [jdoc]]) (jdoc String)"
3838```
3939
You can’t perform that action at this time.
0 commit comments