Skip to content

Commit c04e297

Browse files
committed
Remove backticks
1 parent a96ef0a commit c04e297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A collection of non-blocking Node.js libgit2 bindings, raw api, convenience api,
1616

1717
#### use
1818

19-
*emulate `git log`*
19+
*emulate git log*
2020

2121
// Load in the module.
2222
var git = require('nodegit'),
@@ -91,7 +91,7 @@ A collection of non-blocking Node.js libgit2 bindings, raw api, convenience api,
9191
});
9292
});
9393

94-
94+
9595
#### download
9696

9797
You can download this project in either [zip](http://github.com/tbranyen/nodegit/zipball/master) or [tar](http://github.com/tbranyen/nodegit/tarball/master) formats.

0 commit comments

Comments
 (0)