Skip to content

Commit

Permalink
#87 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 30, 2019
1 parent 825e708 commit 0e2374f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ addons:
- libmagic1
- libmagic-dev
before_install:
- rvm install 2.2.2
- rvm use 2.2.2
- rvm install 2.6.0
- rvm use 2.6.0
install:
- gem install pdd
- gem install est
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="http://www.wring.io/images/logo.svg" height="92" width="92"/>
<img src="https://www.wring.io/images/logo.svg" height="92" width="92"/>

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C7FCB1EQN.svg)](https://www.0crat.com/p/C7FCB1EQN)
Expand All @@ -8,6 +8,7 @@
[![Build Status](https://travis-ci.org/yegor256/wring.svg?branch=master)](https://travis-ci.org/yegor256/wring)
[![PDD status](http://www.0pdd.com/svg?name=yegor256/wring)](http://www.0pdd.com/p?name=teamed/yegor256/wring)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/wring)](https://hitsofcode.com/view/github/yegor256/wring)
[![Availability at SixNines](https://www.sixnines.io/b/f1810)](https://www.sixnines.io/h/f1810)

[Wring.io](http://www.wring.io) is a fully automated collector of
events you are getting from GitHub and some other systems where you
Expand All @@ -16,7 +17,7 @@ your email and finding what's relevant to you, you configure Wring
to pull those events for you and then you read them in one simple
web page.

It is free.
It is free for everybody.

Read about it at this blog post:
[_Wring.io, a Dispatcher of GitHub Notifications_](http://www.yegor256.com/2016/03/15/wring-dispatcher-github-notifications.html)
Expand Down
5 changes: 5 additions & 0 deletions src/main/xsl/layout.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<img src="//img.shields.io/github/stars/yegor256/wring.svg?style=flat-square" alt="github stars"/>
</a>
</li>
<li>
<a href="https://www.sixnines.io/h/f1810">
<img src="https://www.sixnines.io/b/f1810?style=flat"/>
</a>
</li>
</ul>
</nav>
</footer>
Expand Down

0 comments on commit 0e2374f

Please sign in to comment.