Skip to content

Commit 4cd2d3e

Browse files
author
Vadim Platonov
committed
add a link to Codox API
1 parent 08a7b2e commit 4cd2d3e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Java 8 Date-Time API to the Clojure world. It's very similar to
2525
Clojure.Joda-Time in its design goals and overall feeling, so if you ever used
2626
that 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

3034
If 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])

0 commit comments

Comments
 (0)