diff --git a/README.md b/README.md
index 3cc791c..a34b03b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Codice Fiscale
- [ ![Download](https://api.bintray.com/packages/kamaladafrica/maven/codice-fiscale/images/download.svg) ](https://bintray.com/kamaladafrica/maven/codice-fiscale/_latestVersion)
-
+ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/it.kamaladafrica/codice-fiscale/badge.svg)](https://maven-badges.herokuapp.com/maven-central/it.kamaladafrica/codice-fiscale)
+
Yet another **Codice Fiscale** (italian tax code) calculator.
Only natural person tax code calculation is supported (16 chars).
@@ -199,29 +199,14 @@ System.out.println(cf.getOmocodeLevel()); // 0
## Getting started
-All you need to do is to add the [Bintray jcenter](https://bintray.com/bintray/jcenter) repository in the maven pom.xml
-
-```xml
-
-
-
- false
-
- central
- bintray
- http://jcenter.bintray.com
-
-
-```
-
-and declare the dependency
+All you need to do is to declare the dependency
```xml
-
- it.kamaladafrica
- codice-fiscale
- 1.2.1
-
+
+ it.kamaladafrica
+ codice-fiscale
+ ...
+
```
## Contributing