Skip to content

Commit e892a25

Browse files
committed
Update README.md
1 parent 9355827 commit e892a25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ repo.read('master', 'path/to/file', function(err, data) {
4343
Listing all files of a repository is easy too.
4444

4545
```js
46-
// Retrieve contents of a certain file (assumes UTF-8)
47-
4846
repo.list('master', 'path/to/file', function(err, data) {
4947

5048
});

0 commit comments

Comments
 (0)