Skip to content

Commit

Permalink
corrected documentation and README.md for connecting with xoauth
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwilhelm authored and nu7hatch committed Feb 2, 2011
1 parent 8aada38 commit 86b6504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ You can also check if you are logged in at any time:
From v0.4.0 it's possible to authenticate with your Gmail account using XOAuth
method. It's very simple:

gmail = Gmail.connect(:xoauth,
gmail = Gmail.connect(:xoauth, "email@domain.com",
:token => 'TOKEN',
:secret => 'TOKEN_SECRET',
:consumer_key => 'CONSUMER_KEY',
Expand Down

0 comments on commit 86b6504

Please sign in to comment.