Skip to content

Commit

Permalink
Merge pull request #31 from juanmbellini/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
juanmbellini authored Feb 13, 2018
2 parents ebcf642 + 898313f commit a33962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Error-Handler [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/juanmbellini/error-handler.svg?branch=master)](https://travis-ci.org/juanmbellini/error-handler) [![Maven Central](https://img.shields.io/maven-central/v/com.bellotapps.utils/error-handler.svg)](https://repo.maven.apache.org/maven2/com/bellotapps/utils/error-handler/1.0.1-RELEASE)
# Error-Handler [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/juanmbellini/error-handler.svg?branch=master)](https://travis-ci.org/juanmbellini/error-handler) [![Maven Central](https://img.shields.io/maven-central/v/com.bellotapps.utils/error-handler.svg)](https://repo.maven.apache.org/maven2/com/bellotapps/utils/error-handler/1.0.2-RELEASE)
A centralized error management system

## Description
Expand All @@ -19,7 +19,7 @@ Include the following to your dependency list:
<dependency>
<groupId>com.bellotapps.utils</groupId>
<artifactId>error-handler</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.2-RELEASE</version>
</dependency>
```

Expand Down

0 comments on commit a33962a

Please sign in to comment.