We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60f17f0 + 371f947 commit d7a090eCopy full SHA for d7a090e
1 file changed
README.md
@@ -52,7 +52,7 @@ repo.show(function(err, repo) {});
52
Get contents at a particular path.
53
54
```js
55
-repo.contents("path/to/dir", function(err, contents) {});
+repo.contents("master", "path/to/dir", function(err, contents) {});
56
```
57
58
Fork repository. This operation runs asynchronously. You may want to poll for `repo.contents` until the forked repo is ready.
0 commit comments