diff --git a/README.md b/README.md index 491a4a9..98b94c6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,24 @@ > Circuit Breakers is a little Java 8 library providing an implementation of the [Circuit Breaker pattern](http://martinfowler.com/bliki/CircuitBreaker.html). +[![Circle CI](https://circleci.com/gh/rnorth/circuitbreakers.svg?style=svg)](https://circleci.com/gh/rnorth/circuitbreakers) + ## Table of Contents + + +- [Use Case](#use-case) +- [Usage summary](#usage-summary) + - [Example](#example) +- [Features/TODOs](#featurestodos) +- [Maven dependency](#maven-dependency) +- [License](#license) +- [Contributing](#contributing) +- [Copyright](#copyright) + + + + ## Use Case From [wikipedia](https://en.wikipedia.org/wiki/Circuit_breaker_design_pattern):