Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix formatting (that's why we need preview? :-))
  • Loading branch information
clsung committed May 25, 2011
1 parent 0c1fd3f commit eb4f898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -11,8 +11,8 @@ You will need to [Sign Up](http://www.plurk.com/PlurkApp/register) for your own
API.keys
----
You will need to save CONSUMER_KEY/CONSUMER_SECRET in API.keys, the
format is JSON. The example is below: (Replace contents in <...>)
{"CONSUMER_SECRET": "<SECERT>", "ACCESS_TOKEN": "<TOKEN>", "ACCESS_TOKEN_SECRET": "<TOKEN_SECRET>", "CONSUMER_KEY": "<KEY>"}
format is JSON. The example is below:
{"CONSUMER_SECRET": "<i>I_am_consumer_secret</i>", "ACCESS_TOKEN": "<i>your_access_token</i>", "ACCESS_TOKEN_SECRET": "<i>your_access_token_secret</i>", "CONSUMER_KEY": "<i>I_am_consumer_key</i>"}

Example with ACCESS_TOKEN
----
Expand Down

0 comments on commit eb4f898

Please sign in to comment.