README.md in jackie-0.1.2 vs README.md in jackie-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ [![Build Status](https://travis-ci.org/firebaseco/jackie.png?branch=master)](https://travis-ci.org/firebaseco/jackie) # Jackie - A Ruby interface to the Kickfolio API. + A Ruby interface to the [App.io API](http://docs.app.io/api/). ## Installation Add this line to your application's Gemfile: @@ -69,11 +69,11 @@ # Usage version = Jackie::Version.new(:app_id => app.id, :file => "path/to/local/file.zip") version.save ``` -For additional information read the [Kickfolio API docs](https://github.com/Kickfolio/ApiDocs) +For additional information read the [App.io API docs](http://docs.app.io/api/) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) @@ -82,7 +82,7 @@ 5. Create new Pull Request License ------- -Jackie is Copyright © 2013 Firebase. It is free software, +Jackie is Copyright © 2013 HeapSource. It is free software, and may be redistributed under the terms specified in the LICENSE.txt file.