Skip to content

Commit

Permalink
Merge pull request #4 from erikdesjardins/readme
Browse files Browse the repository at this point in the history
simplify comments
  • Loading branch information
erikdesjardins committed Mar 12, 2016
2 parents f21ac72 + 35b4c5a commit d12c901
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ var fs = require('fs');
var deploy = require('chrome-extension-deploy');

deploy({
// clientId, clientSecret and refreshToken obtained by following the instructions here:
// obtained by following the instructions here:
// https://developer.chrome.com/webstore/using_webstore_api#beforeyoubegin
// unfortunately it seems that you cannot use an ordinary private key, you must use OAuth
clientId: 'myClientId',
clientSecret: 'myClientSecret',
refreshToken: 'myRefreshToken',
Expand All @@ -36,6 +35,6 @@ deploy({
// success!
}, function(err) {
// failure :(
// errors are sanitized, so your clientId/clientSecret/refreshToken will not be leaked
// errors are sanitized, so your tokens will not be leaked
});
```

0 comments on commit d12c901

Please sign in to comment.