alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

Docs are wrong #8

Closed jamonholmgren closed 11 years ago

jamonholmgren commented 11 years ago

I'd fix this myself but in a bit of a hurry. :)

This line in the README:

if AddressBook.authorize do |granted|

...should be:

AddressBook.request_authorization do |granted|

Thanks!

alexrothenberg commented 11 years ago

The readme is now fixed. Thanks