From 2a1c6918f6d19bc0dbeb6b6b532e23404f0953c7 Mon Sep 17 00:00:00 2001 From: Sirko Sittig Date: Wed, 24 Feb 2016 10:46:10 -0300 Subject: [PATCH] move badges below title --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 8bd1e5d..b393480 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,8 @@ -[![Build Status](https://travis-ci.org/DatabaseCleaner/database_cleaner.svg?branch=master)](https://travis-ci.org/DatabaseCleaner/database_cleaner) [![Code Climate](https://codeclimate.com/github/DatabaseCleaner/database_cleaner/badges/gpa.svg)](https://codeclimate.com/github/DatabaseCleaner/database_cleaner) - # Database Cleaner +[![Build Status](https://travis-ci.org/DatabaseCleaner/database_cleaner.svg?branch=master)](https://travis-ci.org/DatabaseCleaner/database_cleaner) +[![Code Climate](https://codeclimate.com/github/DatabaseCleaner/database_cleaner/badges/gpa.svg)](https://codeclimate.com/github/DatabaseCleaner/database_cleaner) + Database Cleaner is a set of strategies for cleaning your database in Ruby. The original use case was to ensure a clean state during tests.