README.md in rails-uploader-0.4.3 vs README.md in rails-uploader-0.4.4

- old
+ new

@@ -1,5 +1,7 @@ +[![Build Status](https://travis-ci.org/superp/rails-uploader.svg?branch=master)](https://travis-ci.org/superp/rails-uploader) + # HTML5 File uploader for rails This gem use https://github.com/blueimp/jQuery-File-Upload for upload files. ## Install @@ -17,10 +19,10 @@ ``` Migration for ActiveRecord: ```bash -$> rake uploader:install:migrations + $ bundle exec rails g uploader:install ``` ## Usage Architecture to store uploaded files (cancan integration):