Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Ray committed Sep 21, 2012
1 parent 9307699 commit c7aa347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ avo.login(function(err, currentUser) {
```

### Tests
# You'll need a config.json file with the following
#### You'll need a config.json file with the following
```
{
"devId": "devId",
Expand All @@ -39,7 +39,7 @@ avo.login(function(err, currentUser) {
"password": "avocadopwd"
}
```
# Then run
#### Then run
```
$ npm install -g mocha
$ make
Expand Down

0 comments on commit c7aa347

Please sign in to comment.