Skip to content

Commit 8620291

Browse files
committed
deps.edn in README for users
1 parent bf473eb commit 8620291

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ You can also take a look at a [comprehensive comparison](http://time4j.net/tutor
5959

6060
## Usage
6161

62-
Add the following dependency to your `project.clj` or `build.boot`:
62+
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`:
6368

6469
```clj
6570
[clojure.java-time "0.3.2"]

0 commit comments

Comments
 (0)