Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Add CI status badge and TOC to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Aug 2, 2015
1 parent 474a14e commit cc80f36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- MarkdownTOC autolink=true bracket=round depth=3 -->

- [Use Case](#use-case)
- [Usage summary](#usage-summary)
- [Example](#example)
- [Features/TODOs](#featurestodos)
- [Maven dependency](#maven-dependency)
- [License](#license)
- [Contributing](#contributing)
- [Copyright](#copyright)

<!-- /MarkdownTOC -->


## Use Case

From [wikipedia](https://en.wikipedia.org/wiki/Circuit_breaker_design_pattern):
Expand Down

0 comments on commit cc80f36

Please sign in to comment.