We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf473eb commit 8620291Copy full SHA for 8620291
README.md
@@ -59,7 +59,12 @@ You can also take a look at a [comprehensive comparison](http://time4j.net/tutor
59
60
## Usage
61
62
-Add the following dependency to your `project.clj` or `build.boot`:
+Add the following dependency to your `deps.edn`
63
+```clj
64
+clojure.java-time/clojure.java-time {:mvn/version "0.3.2"}
65
+```
66
+
67
+or to your `project.clj` or `build.boot`:
68
69
```clj
70
[clojure.java-time "0.3.2"]
0 commit comments