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 JDK javadocs in your REPL
88
99``` clojure 
1010{:deps  {org.clojure/clojure.java.doc {:git/url  " https://github.com/clojure/java.javadoc" 
11-                                       :git/sha  " 7126d2530958f21763a7f7002be602e6def44724 " 
11+                                       :git/sha  " 54ada3611e1372ad30b03112f5b7c16ea8f47bbc " 
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/clojure.java.doc {:git/sha  " 7126d2530958f21763a7f7002be602e6def44724 " 
22+ (add-lib  'io.github.clojure/clojure.java.doc {:git/sha  " 54ada3611e1372ad30b03112f5b7c16ea8f47bbc " 
2323
2424(require  '[clojure.java.doc.api :refer  [jdoc jdoc-data]])
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/clojure.java.doc {:git/url "https://github.com/clojure/clojure.java.doc" :git/sha "7126d2530958f21763a7f7002be602e6def44724 "}}}' 
35+ clojure -Sdeps ' {:deps {org.clojure/clojure.java.doc {:git/url "https://github.com/clojure/clojure.java.doc" :git/sha "54ada3611e1372ad30b03112f5b7c16ea8f47bbc "}}}' 
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