Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 1ba0948

Browse files
committed
Fix level of headings in readme
1 parent ce4e9eb commit 1ba0948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var fs = NodeFS(process.cwd());
3131
var repo = GitKit.Repository.createWithFS(fs, isBare);
3232
```
3333

34-
###### Clone a remote repository
34+
##### Clone a remote repository
3535

3636
```js
3737
// Create a transport instance for the GitHub repository
@@ -45,7 +45,7 @@ GitKit.TransferUtils.clone(repo, transport)
4545
})
4646
```
4747

48-
###### List branches
48+
##### List branches
4949

5050
`GitKit.BranchUtils.list` returns a promise listing branches as a list of strings.
5151

@@ -54,7 +54,7 @@ GitKit.BranchUtils.list(repo)
5454
.then(function(branches) { ... })
5555
```
5656

57-
###### Get current branch
57+
##### Get current branch
5858

5959
`GitKit.BranchUtils.getCurrent` returns a promise resolved with the name of the current active branch.
6060

0 commit comments

Comments
 (0)