Skip to content

Commit 283c1bc

Browse files
committed
Update README.md
1 parent a451a7c commit 283c1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var user = github.getUser();
142142
List all repositories of the authenticated user.
143143

144144
```js
145-
user.repos(username, function(err, orgs) {});
145+
user.repos(username, function(err, repos) {});
146146
```
147147

148148
List organizations the autenticated user belongs to.

0 commit comments

Comments
 (0)