Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
create valid json for package.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprice1 committed May 13, 2016
1 parent 9819dd3 commit 239f174
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample-code/examples/node/README.md
Expand Up @@ -25,9 +25,9 @@ Or set the config parameters directly in package.json :
...
"config":{
sauce:"1",
sauce_username:"<SAUCE_USERNAME>",
sauce_access_key:"<SAUCE_ACCESS_KEY>"
"sauce":"1",
"sauce_username":"<SAUCE_USERNAME>",
"sauce_access_key":"<SAUCE_ACCESS_KEY>"
},
...
```
Expand Down

0 comments on commit 239f174

Please sign in to comment.