README.md in iremix-ruby-0.0.1 vs README.md in iremix-ruby-0.0.2
- old
+ new
@@ -1,35 +1,31 @@
-iremix-ruby
-===========
+# Iremix::Ruby
-Installation
-============
+[![Build Status](https://secure.travis-ci.org/neotericdesign/iremix-ruby.png?branch=master)](http://travis-ci.org/neotericdesign/iremix-ruby)
-```ruby
-# in a bundler Gemfile
-gem 'iremix-ruby', '~> 0.0.1'
-```
+A thin ruby client for the iRemix API
-```
-# or manually
-gem install iremix-ruby
-```
+## Installation
-Testing
-=======
+Add this line to your application's Gemfile:
+ gem 'iremix-ruby'
-```
-# Clone the project, change into the project's directory
-# If you have RVM enabled, choose (y)es to trust the .rvmrc
-git clone git://github.com/neotericdesign/iremix-ruby.git
-cd iremix-ruby
+And then execute:
-# Generate the test config file
-# Fill in your oAuth key and secret in the resulting spec/support/iremix_config.rb
-rake test:config
+ $ bundle
-# Install bundler, bundle the gem's dependencies, and run the test suite
-gem install bundler
-bundle
-rspec
-```
+Or install it yourself as:
+
+ $ gem install iremix-ruby
+
+## Usage
+
+TODO: Write usage instructions here
+
+## Contributing
+
+1. Fork it
+2. Create your feature branch (`git checkout -b my-new-feature`)
+3. Commit your changes (`git commit -am 'Added some feature'`)
+4. Push to the branch (`git push origin my-new-feature`)
+5. Create new Pull Request