Skip to content

Commit d7a090e

Browse files
committed
Merge pull request #69 from kekscom/patch-1
Update README.md
2 parents 60f17f0 + 371f947 commit d7a090e

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
@@ -52,7 +52,7 @@ repo.show(function(err, repo) {});
5252
Get contents at a particular path.
5353

5454
```js
55-
repo.contents("path/to/dir", function(err, contents) {});
55+
repo.contents("master", "path/to/dir", function(err, contents) {});
5656
```
5757

5858
Fork repository. This operation runs asynchronously. You may want to poll for `repo.contents` until the forked repo is ready.

0 commit comments

Comments
 (0)