Skip to content

Commit 2be6066

Browse files
committed
dox
1 parent 299cdfa commit 2be6066

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# cljs-priority-map [![Build Status](https://travis-ci.org/tailrecursion/cljs-priority-map.png?branch=master)](https://travis-ci.org/tailrecursion/cljs-priority-map)
1+
# cljs-priority-map [![Build Status][1]][2]
22

3-
This is a ClojureScript port of Mark Engelberg's
4-
[clojure.data.priority-map](https://github.com/clojure/data.priority-map)
3+
This is a ClojureScript port of Mark Engelberg's [clojure.data.priority-map][3]
54
for Clojure.
65

76
A priority map is very similar to a sorted map, but whereas a sorted
@@ -12,10 +11,20 @@ produces the entries sorted by value.
1211

1312
### Dependency
1413

14+
Artifacts are published on [Clojars][4].
15+
1516
```clojure
1617
[tailrecursion/cljs-priority-map "1.0.3"]
1718
```
1819

20+
```xml
21+
<dependency>
22+
<groupId>tailrecursion</groupId>
23+
<artifactId>cljs-priority-map</artifactId>
24+
<version>1.0.3</version>
25+
</dependency>
26+
```
27+
1928
### Example
2029

2130
```clojure
@@ -145,3 +154,8 @@ installed, you can run the tests like so:
145154
Copyright © 2013 Alan Dipert
146155

147156
Distributed under the Eclipse Public License, the same as Clojure.
157+
158+
[1]: https://travis-ci.org/tailrecursion/cljs-priority-map.png?branch=master
159+
[2]: https://travis-ci.org/tailrecursion/cljs-priority-map
160+
[3]: https://github.com/clojure/data.priority-map
161+
[4]: https://clojars.org/tailrecursion/cljs-priority-map

0 commit comments

Comments
 (0)