Skip to content

Commit

Permalink
Display latest release badge in README
Browse files Browse the repository at this point in the history
Use shields.io and display GitHub latest release version.

Update Travis CI badge to use shields.io too.

[skip ci]
  • Loading branch information
luislavena committed Feb 4, 2017
1 parent 68e21bc commit c04be1b
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
Expand Up @@ -3,8 +3,8 @@
[Radix tree](https://en.wikipedia.org/wiki/Radix_tree) implementation for
Crystal language

[![Build Status](https://travis-ci.org/luislavena/radix.svg?branch=master)](https://travis-ci.org/luislavena/radix)
[![docrystal.org](http://docrystal.org/badge.svg?style=round)](http://docrystal.org/github.com/luislavena/radix)
[![Build Status](https://img.shields.io/travis/luislavena/radix/master.svg)](https://travis-ci.org/luislavena/radix)
[![Latest Release](https://img.shields.io/github/release/luislavena/radix.svg)](https://github.com/luislavena/radix/releases)

## Installation

Expand Down

0 comments on commit c04be1b

Please sign in to comment.