File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A Clojure library for accessing JDK javadocs in your REPL
88
99``` clojure
1010{:deps {org.clojure/java.javadoc {:git/url " https://github.com/clojure/java.javadoc"
11- :git/sha " abc123 " }}}
11+ :git/sha " b98dfbc6360964ae5831ed21f4b794f05568e8d0 " }}}
1212```
1313
1414### In the REPL with add-libs
@@ -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.javadoc {:git/url "https://github.com/clojure/java.javadoc" :git/sha "abc123 "}}}' \
35+ clojure -Sdeps ' {:deps {org.clojure/java.javadoc {:git/url "https://github.com/clojure/java.javadoc" :git/sha "b98dfbc6360964ae5831ed21f4b794f05568e8d0 "}}}' \
3636 -M -e " (require '[java-javadocs.core :refer [javadoc]]) (javadoc String)"
3737```
3838
You can’t perform that action at this time.
0 commit comments