Skip to content

Commit

Permalink
Fixed indentation in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr committed Apr 1, 2013
1 parent 8fdfc27 commit 48ee801
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ This is an external [hubot-script](https://github.com/github/hubot/blob/master/R
2. Tell hubot to load it. Add `"hubot-rdio"` to the `external-scripts.json` list in the hubot root folder. 2. Tell hubot to load it. Add `"hubot-rdio"` to the `external-scripts.json` list in the hubot root folder.
3. `npm install` while you grab a beer. 3. `npm install` while you grab a beer.
4. Set the following environment variables and start hubot using `bin/hubot` : 4. Set the following environment variables and start hubot using `bin/hubot` :
NODE_ENV: 'production' * `NODE_ENV: 'production'`
RDIO_CONSUMER: '<your rdio consumer key>' * `RDIO_CONSUMER: '<your rdio consumer key>'`
RDIO_SECRET: '<your rdio consumer secret>' * `RDIO_SECRET: '<your rdio consumer secret>'`



You can get the rdio consumer key and secret by creating an app at rdio's [developer page](http://developer.rdio.com/apps/mykeys). You can get the rdio consumer key and secret by creating an app at rdio's [developer page](http://developer.rdio.com/apps/mykeys).


Expand Down

0 comments on commit 48ee801

Please sign in to comment.