diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-07 15:40:19 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-07 15:40:19 -0300 |
commit | 4c212f68b98bd6c6b360d8cb6d4e40c6f2719942 (patch) | |
tree | 5c584ae90ae0870cae0546ef7148cc246f926de9 | |
parent | a8f4a49e374672209f7716b528d7a30d1c327768 (diff) | |
parent | 8274bd0aaeacd59a938cb007b16755d472e68d51 (diff) | |
download | rails-4c212f68b98bd6c6b360d8cb6d4e40c6f2719942.tar.gz rails-4c212f68b98bd6c6b360d8cb6d4e40c6f2719942.tar.bz2 rails-4c212f68b98bd6c6b360d8cb6d4e40c6f2719942.zip |
Merge pull request #268 from arthurnn/readme_1
Make badges more consistent [skip ci]
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 8285bbfd12..ca9dd5a29a 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# Arel [![Build Status](https://secure.travis-ci.org/rails/arel.png)](http://travis-ci.org/rails/arel) [![Dependency Status](https://gemnasium.com/rails/arel.png)](https://gemnasium.com/rails/arel) +# Arel [![Build Status](https://secure.travis-ci.org/rails/arel.svg?branch=master)](http://travis-ci.org/rails/arel) [![Dependency Status](https://gemnasium.com/rails/arel.svg)](https://gemnasium.com/rails/arel) * http://github.com/rails/arel |