We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9355827 commit e892a25Copy full SHA for e892a25
README.md
@@ -43,8 +43,6 @@ repo.read('master', 'path/to/file', function(err, data) {
43
Listing all files of a repository is easy too.
44
45
```js
46
-// Retrieve contents of a certain file (assumes UTF-8)
47
-
48
repo.list('master', 'path/to/file', function(err, data) {
49
50
});
0 commit comments