Skip to content

Commit 109f44f

Browse files
committed
Add badges for clojars, cljdoc and the license
1 parent 66e7a74 commit 109f44f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Docjure
2+
[![Clojars Project](https://img.shields.io/clojars/v/dk.ative/docjure.svg)](https://clojars.org/dk.ative/docjure)
3+
[![cljdoc documentation](https://cljdoc.org/badge/dk.ative/docjure)](https://cljdoc.org/d/dk.ative/docjure)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
25

36
Docjure makes reading and writing Office Excel spreadsheet documents
47
in Clojure easy.
@@ -23,6 +26,7 @@ back to 2009 (open-sourced in 2010).
2326

2427
The complete documentation is available on [cljdoc](https://cljdoc.org/d/dk.ative/docjure/).
2528

29+
2630
### Example: Read a Price List spreadsheet
2731

2832
```clj

0 commit comments

Comments
 (0)