Skip to content

Commit 23e6dcd

Browse files
committed
Merge pull request darvin#3 from stdclass/patch-1
Fixed listBranches example in README
2 parents 1e9c869 + 4b8222c commit 23e6dcd

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
@@ -19,7 +19,7 @@ var repo = github.getRepo(reponame);
1919
Retrieve all available branches (aka heads) of a repository.
2020

2121
```js
22-
repo.listBranches, function(err, branches) {
22+
repo.listBranches(function(err, branches) {
2323

2424
});
2525
```

0 commit comments

Comments
 (0)