README.md in instapaper_full-0.0.2 vs README.md in instapaper_full-0.0.3
- old
+ new
@@ -4,9 +4,13 @@
Draft version.
Note that you need to [request OAuth Application tokens manually](http://www.instapaper.com/main/request_oauth_consumer_token) and that most methods only work for Instapaper subscribers.
+# Installation
+
+ gem install instapaper_full
+
# Examples
ip = InstapaperFull::API.new :consumer_key => "my key", :consumer_secret => "my secret"
ip.authenticate "someone@example.com", "password"
puts ip.options.user_id