File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ 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.javadoc"
11- :git/sha " 54ada3611e1372ad30b03112f5b7c16ea8f47bbc " }}}
11+ :git/sha " b534b707270836fecc2f268ee6adf1c7a986d4f7 " }}}
1212```
1313
1414### In the REPL with add-libs
@@ -19,7 +19,7 @@ For usage without modifying your project deps:
1919; ; This require is only necessary if not in user namespace
2020(require '[clojure.repl.deps :refer [add-lib]])
2121
22- (add-lib 'io.github.clojure/java.doc {:git/sha " 54ada3611e1372ad30b03112f5b7c16ea8f47bbc " })
22+ (add-lib 'io.github.clojure/java.doc {:git/sha " b534b707270836fecc2f268ee6adf1c7a986d4f7 " })
2323
2424(require '[clojure.java.doc.api :refer [jdoc jdoc-data sigs]])
2525
@@ -32,7 +32,7 @@ For usage without modifying your project deps:
3232Invoke directly from the command line, useful for piping into a .md file to display in your editor:
3333
3434``` bash
35- clojure -Sdeps ' {:deps {org.clojure/java.doc {:git/url "https://github.com/clojure/java.doc" :git/sha "54ada3611e1372ad30b03112f5b7c16ea8f47bbc "}}}' \
35+ clojure -Sdeps ' {:deps {org.clojure/java.doc {:git/url "https://github.com/clojure/java.doc" :git/sha "b534b707270836fecc2f268ee6adf1c7a986d4f7 "}}}' \
3636 -M -e " (require '[clojure.java.doc.api :refer [jdoc]]) (jdoc String)"
3737```
3838
You can’t perform that action at this time.
0 commit comments