mislav/contacts

Incorrect example in README

Closed this issue · 1 comments

Line 15 of README.rdoc:
gmail = Contacts::Google.new('example@gmail.com', params[:token])
could be replaced with:
gmail = Contacts::Google.new(params[:token])

This error is corrected in Contacts::Google, but lazy people (like me) may not always get past the README.

update Contacts::Google docs

closed by f33f242