README.md in pinboard-0.1.1 vs README.md in pinboard-1.0.0
- old
+ new
@@ -10,13 +10,17 @@
--------
I'm currently exploring two API interfaces:
```ruby
- pinboard = Pinboard::Client.new(:username => 'foo', :password => 'bar')
+ pinboard = Pinboard::Client.new(:token => 'your_api_token')
posts = pinboard.posts
```
+
+Your [API token](https://blog.pinboard.in/2012/07/api_authentication_tokens/) can be found on your
+[settings/password](https://pinboard.in/settings/password) page.
+
or:
```ruby
posts = Pinboard::Post.all(:username => 'foo', :password => 'bar')
```
@@ -50,10 +54,12 @@
I am using [travis-ci.org](http://travis-ci.org) for continuous
integration and support of the following rubies in rvm:
* 1.9.3
* 2.0.0
+ * 2.1
+ * 2.2
* jruby
* ruby-head
[![Build Status](https://secure.travis-ci.org/ryw/pinboard.png)](http://travis-ci.org/ryw/pinboard)
@@ -83,8 +89,12 @@
* Throttle requests to one per second:
http://datagraph.rubyforge.org/rack-throttle/
* If get 503 response, double the throttle to two seconds
-Copyright
----------
-Copyright (c) 2011 Ryan Walker. See MIT-LICENSE for details.
+License
+-------
+
+See [MIT-LICENSE](MIT-LICENSE) for details.
+
+Copyright (c) 2011 Ryan Walker.
+Copyright (c) 2013-2016 Jan-Erik Rediger.