cardmagic / contacts

A universal interface to import email contacts from various providers including Yahoo, Gmail, Hotmail, AOL and Plaxo.
http://rubyforge.org/projects/contacts
BSD 3-Clause "New" or "Revised" License
616 stars 218 forks source link

Documentation: Contacts.guess() already calls "contacts" method #10

Open gmccreight opened 14 years ago

gmccreight commented 14 years ago

If you try to do:

Contacts.guess(login, password).contacts

as the documentation shows, it complains that you can't call contacts() on an array.

Should just be

Contacts.guess(login, password)

wakiki commented 14 years ago

I changed the wiki to reflect that.

tlray commented 14 years ago

The README is still wrong