Skip to content

Commit

Permalink
Reformat the preamble
Browse files Browse the repository at this point in the history
I modeled this after Phare's readme:
https://github.com/mirego/phare/blob/v0.6/README.md
  • Loading branch information
tfausak committed Feb 4, 2015
1 parent af725f7 commit c05a864
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions README.md
@@ -1,15 +1,31 @@
# [Stoplight][1]

[![Gem version][2]][3]
[![Build status][4]][5]
[![Coverage status][6]][7]
[![Quality status][8]][9]
[![Dependency status][10]][11]

Stoplight is traffic control for code. It's an implementation of the circuit
breaker pattern in Ruby.

<img align="right" alt="Stoplight icon" height="320" src="https://upload.wikimedia.org/wikipedia/commons/a/a4/MUTCD_W3-3.svg" width="320">
<p align="center">
<a href="https://github.com/orgsync/stoplight">
<img alt="Stoplight" src="https://upload.wikimedia.org/wikipedia/commons/a/a4/MUTCD_W3-3.svg" width="320" height="320">
</a>

<br>

Stoplight is traffic control for code.
It's an implementation of the circuit breaker pattern in Ruby.

<br>

<a href="https://img.shields.io/gem/v/stoplight.svg">
<img alt="" src="https://rubygems.org/gems/stoplight">
</a>
<a href="https://img.shields.io/travis/orgsync/stoplight/master.svg">
<img alt="" src="https://travis-ci.org/orgsync/stoplight">
</a>
<a href="https://img.shields.io/coveralls/orgsync/stoplight/master.svg">
<img alt="" src="https://coveralls.io/r/orgsync/stoplight">
</a>
<a href="https://img.shields.io/codeclimate/github/orgsync/stoplight.svg">
<img alt="" src="https://codeclimate.com/github/orgsync/stoplight">
</a>
<a href="https://img.shields.io/gemnasium/orgsync/stoplight.svg">
<img alt="" src="https://gemnasium.com/orgsync/stoplight">
</a>
</p>

Check out [stoplight-admin][12] for controlling your stoplights.

Expand Down Expand Up @@ -296,17 +312,6 @@ Stoplight is brought to you by [@camdez][15] and [@tfausak][16] from
[@OrgSync][17]. We were inspired by Martin Fowler's [CircuitBreaker][18]
article.

[1]: https://github.com/orgsync/stoplight
[2]: https://img.shields.io/gem/v/stoplight.svg
[3]: https://rubygems.org/gems/stoplight
[4]: https://img.shields.io/travis/orgsync/stoplight/master.svg
[5]: https://travis-ci.org/orgsync/stoplight
[6]: https://img.shields.io/coveralls/orgsync/stoplight/master.svg
[7]: https://coveralls.io/r/orgsync/stoplight
[8]: https://img.shields.io/codeclimate/github/orgsync/stoplight.svg
[9]: https://codeclimate.com/github/orgsync/stoplight
[10]: https://img.shields.io/gemnasium/orgsync/stoplight.svg
[11]: https://gemnasium.com/orgsync/stoplight
[12]: https://github.com/orgsync/stoplight-admin
[13]: https://rubygems.org/gems/redis
[14]: https://rubygems.org/gems/hipchat
Expand Down

0 comments on commit c05a864

Please sign in to comment.