README.md in asana-0.1.1 vs README.md in asana-0.1.2

- old
+ new

@@ -1,8 +1,8 @@ # Asana -[![Build Status](https://travis-ci.org/Asana/ruby-asana.svg)](https://travis-ci.org/Asana/ruby-asana) +[![Build Status](https://travis-ci.org/Asana/ruby-asana.svg?branch=master)](https://travis-ci.org/Asana/ruby-asana) [![Code Climate](https://codeclimate.com/github/Asana/ruby-asana/badges/gpa.svg)](https://codeclimate.com/github/Asana/ruby-asana) [![Dependency Status](https://gemnasium.com/Asana/ruby-asana.svg)](https://gemnasium.com/Asana/ruby-asana) A Ruby client for the 1.0 version of the Asana API. @@ -14,19 +14,19 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'ruby-asana' +gem 'asana' ``` And then execute: $ bundle Or install it yourself as: - $ gem install ruby-asana + $ gem install asana ## Usage To do anything, you'll need always an instance of `Asana::Client` configured with your preferred authentication method (see the Authentication section below