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 7d9fcfb commit d3d2043Copy full SHA for d3d2043
README.md
@@ -139,10 +139,10 @@ repo.deleteRef('heads/gh-pages', function(err) {});
139
var user = github.getUser();
140
```
141
142
-List all repositories of the authenticated user.
+List all repositories of the authenticated user, including private repositories and repositories in which the user is a collaborator and not an owner.
143
144
```js
145
-user.repos(username, function(err, repos) {});
+user.repos(function(err, repos) {});
146
147
148
List organizations the autenticated user belongs to.
@@ -269,4 +269,4 @@ Consider commit messages.
269
270
### 0.1.X
271
272
-Initial version.
+Initial version.
0 commit comments