Skip to content

Commit

Permalink
Add downloads badge
Browse files Browse the repository at this point in the history
Add Jarkeeper downloads badge.
  • Loading branch information
mnuessler committed May 16, 2016
1 parent 403eccd commit 5e7988b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# InfluxDB Clojure

[![Dependencies Status][depstatus-badge]][jarkeeper]
[![Downloads][dl-badge]][jarkeeper]

A simple [InfluxDB][influxdb] client for Clojure, implemented as a
wrapper around the [Java InfluxDB client][influxdb-java]. Compatible
Expand Down Expand Up @@ -161,4 +162,5 @@ your option) any later version.
[jarkeeper]: https://jarkeeper.com/mnuessler/influxdb-clojure

[depstatus-badge]: https://jarkeeper.com/mnuessler/influxdb-clojure/status.svg
[dl-badge]: https://jarkeeper.com/mnuessler/influxdb-clojure/downloads.svg
[clojars-latest-badge]: http://clojars.org/influxdb/influxdb-clojure/latest-version.svg
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject influxdb/influxdb-clojure "0.3.0-SNAPSHOT"
:description "Minimalistic InfluxDB client for Clojure, implemented as a wrapper
:description "Simple InfluxDB client for Clojure, implemented as a wrapper
around the InfluxDB Java client. Compatible with InfluxDB >= 0.9."
:url "https://github.com/mnuessler/influxdb-clojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 5e7988b

Please sign in to comment.