Skip to content

Commit e5218d8

Browse files
committed
Add SHA to readme
1 parent b98dfbc commit e5218d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
3232
Invoke 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

0 commit comments

Comments
 (0)