README.mdown in versioned_seeds-0.2.0 vs README.mdown in versioned_seeds-0.2.1
- old
+ new
@@ -1,5 +1,5 @@
-# Versioned Seeds [![Build Status](https://secure.travis-ci.org/[YOUR_GITHUB_USERNAME]/[YOUR_PROJECT_NAME].png)](http://travis-ci.org/[YOUR_GITHUB_USERNAME]/[YOUR_PROJECT_NAME])
+# Versioned Seeds [![Build Status](https://secure.travis-ci.org/simonc/versioned_seeds.png)](http://travis-ci.org/simonc/versioned_seeds)
Versioned Seeds is an alternative to Rails seeds. It allows to store your seeds in several files and prevent from re-seeding.
Rails seeds are great when you create a project but what about new ones when the project is already running ? When you have to import some data from a CSV file ?