Skip to content

Commit

Permalink
Fixes readme json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Feb 22, 2014
1 parent 38e5da8 commit 440af09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -47,10 +47,10 @@ Returns: `Twitter` instance
Options must contain OAuth info
```json
{
'consumer_key': '',
'consumer_secret': '',
'oauth_token': '',
'oauth_secret': ''
"consumer_key": "",
"consumer_secret": "",
"oauth_token": "",
"oauth_secret": ""
}
```

Expand Down

0 comments on commit 440af09

Please sign in to comment.