README.md in xeroizer-0.1.0 vs README.md in xeroizer-0.1.2
- old
+ new
@@ -14,12 +14,18 @@
This library is designed to help ruby/rails based applications communicate with the publicly available API for Xero.
If you are unfamiliar with the Xero API, you should first read the documentation located at http://developer.xero.com.
+Installation
+------------
+
+ gem install xeroizer
+
Basic Usage
-----------
+ require 'rubygems'
require 'xeroizer'
# Create client (used to communicate with the API).
client = Xeroizer::PublicApplication.new(YOUR_OAUTH_CONSUMER_KEY, YOUR_OAUTH_CONSUMER_SECRET)