File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Java 8 Date-Time API to the Clojure world. It's very similar to
2525Clojure.Joda-Time in its design goals and overall feeling, so if you ever used
2626that you will feel at home!
2727
28+ ## Documentation
29+
30+ * [ API] ( http://dm3.github.io/clojure.java-time/ )
31+
2832## What's different in Java Time API?
2933
3034If you already used Joda Time before you might think: "What in the world could
@@ -49,9 +53,9 @@ Add the following dependency to your `project.clj` or `build.boot`:
4953[clojure.java-time " 0.1.0" ]
5054```
5155
52- [ API] ( http://dm3.github.io/clojure.java-time/ ) of the Clojure.Java-Time
53- consists of one namespace, namely ` java-time ` . For the purposes of this
54- guide, we will ` use ` the main namespace:
56+ The [ API] ( http://dm3.github.io/clojure.java-time/ ) of the Clojure.Java-Time
57+ consists of one namespace, namely ` java-time ` . For the purposes of this guide,
58+ we will ` use ` the main namespace:
5559
5660``` clj
5761(refer-clojure :exclude [range iterate format max min])
You can’t perform that action at this time.
0 commit comments