From 14ee84e868a413775cc3b3b66ccfd9384cc1d445 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Wed, 16 Dec 2015 18:05:01 -0500 Subject: [PATCH] Use SVG badges Looks better :-) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6106a25..574647f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Foreigner -[![Build Status](https://travis-ci.org/matthuhiggins/foreigner.png)](https://travis-ci.org/matthuhiggins/foreigner) [![Code Climate](https://codeclimate.com/github/matthuhiggins/foreigner.png)](https://codeclimate.com/github/matthuhiggins/foreigner) +[![Build Status](https://travis-ci.org/matthuhiggins/foreigner.svg)](https://travis-ci.org/matthuhiggins/foreigner) [![Code Climate](https://codeclimate.com/github/matthuhiggins/foreigner.svg)](https://codeclimate.com/github/matthuhiggins/foreigner) Foreigner introduces a few methods to your migrations for adding and removing foreign key constraints. It also dumps foreign keys to `schema.rb`.