We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b0dcf commit 2e08f94Copy full SHA for 2e08f94
README.md
@@ -33,7 +33,7 @@ Or if you prefer OAuth, it looks like this:
33
34
```js
35
var github = new Github({
36
- token: "OAUTH_TOKEN"
+ token: "OAUTH_TOKEN",
37
auth: "oauth"
38
});
39
```
@@ -70,7 +70,7 @@ var pull = {
70
title: message,
71
body: "This pull request has been automatically generated by Prose.io.",
72
base: "gh-pages",
73
- head: "michael" + ":" + "prose-patch",
+ head: "michael" + ":" + "prose-patch"
74
};
75
repo.createPullRequest(pull, function(err, pullRequest) {});
76
0 commit comments