summary refs log tree commit
diff options
context:
space:
mode:
authorKonstantin Haase <konstantin.mailinglists@googlemail.com>2014-06-23 09:29:51 +0200
committerKonstantin Haase <konstantin.mailinglists@googlemail.com>2014-06-23 09:29:51 +0200
commit606daecacddb85fa60f740c5acbd0fea848459a8 (patch)
tree54233b16e4441e25bf342b2d565167e59074c08c
parent93e7d7a9bec530b01c72d8f87761e9e2929d2f8c (diff)
parent2bc59be9905748feb5dcc806e39babd47f4feffc (diff)
downloadrack-606daecacddb85fa60f740c5acbd0fea848459a8.tar.gz
Merge pull request #700 from espadrine/patch-1
Readme: Use an SVG badge.
-rw-r--r--README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index 7a3c8d58..b6f383dc 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,4 +1,4 @@
-= Rack, a modular Ruby webserver interface {<img src="https://secure.travis-ci.org/rack/rack.png" alt="Build Status" />}[http://travis-ci.org/rack/rack] {<img src="https://gemnasium.com/rack/rack.png" alt="Dependency Status" />}[https://gemnasium.com/rack/rack]
+= Rack, a modular Ruby webserver interface {<img src="https://secure.travis-ci.org/rack/rack.svg" alt="Build Status" />}[http://travis-ci.org/rack/rack] {<img src="https://gemnasium.com/rack/rack.svg" alt="Dependency Status" />}[https://gemnasium.com/rack/rack]
 
 Rack provides a minimal, modular and adaptable interface for developing
 web applications in Ruby.  By wrapping HTTP requests and responses in