We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a090e + 3a7b2f3 commit 1942ce4Copy full SHA for 1942ce4
1 file changed
README.md
@@ -49,7 +49,7 @@ Show repository information
49
repo.show(function(err, repo) {});
50
```
51
52
-Get contents at a particular path.
+Get contents at a particular path in a particular branch.
53
54
```js
55
repo.contents("master", "path/to/dir", function(err, contents) {});
0 commit comments