aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-02-05 14:21:16 -0800
committerJakob Odersky <jakob@odersky.com>2017-02-05 14:21:16 -0800
commit20dfcf9de71552435923e0c0fc3d092c9933785c (patch)
tree38b419f4c1e16975d07100af620d52bbb066bc25
parent81da57777480011f8c0c0dc20ac3b41bec5ab52a (diff)
downloadakka-serial-20dfcf9de71552435923e0c0fc3d092c9933785c.tar.gz
akka-serial-20dfcf9de71552435923e0c0fc3d092c9933785c.tar.bz2
akka-serial-20dfcf9de71552435923e0c0fc3d092c9933785c.zip
Remove maxAge caching from maven central badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cf37fd8..d715313 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/jodersky/akka-serial.svg?branch=master)](https://travis-ci.org/jodersky/akka-serial)
-[![Download](https://img.shields.io/maven-central/v/ch.jodersky/akka-serial-native.svg?maxAge=2592000)](http://search.maven.org/#search|ga|1|ch.jodersky%20akka-serial-)
+[![Download](https://img.shields.io/maven-central/v/ch.jodersky/akka-serial-native.svg)](http://search.maven.org/#search|ga|1|ch.jodersky%20akka-serial-)
# akka-serial
Serial communication library for Scala, designed to be reactive, lightweight and easily integrable with Akka applications. See the [website](https://jodersky.github.io/akka-serial) for a guide.