Skip to content

Commit a58a140

Browse files
committed
Fixed README.
1 parent a47c156 commit a58a140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ Move a file from A to B.
4646
repo.move('master', 'path/to/file', 'path/to/new_file', function(err) {
4747

4848
});
49-
49+
```
5050

5151
Remove a file.
5252

5353
```js
5454
repo.remove('master', 'path/to/file', function(err) {
5555

5656
});
57+
```
5758

5859
Listing all files of a repository is easy too.
5960

0 commit comments

Comments
 (0)