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.