Skip to content

Commit 87a17ea

Browse files
authored
Merge pull request nodegit#1554 from Croydon/croydon/readme
Update readme
2 parents 6cfb4c0 + 9b10e14 commit 87a17ea

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

README.md

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,13 @@
1-
NodeGit
2-
-------
1+
# NodeGit
32

43
> Node bindings to the [libgit2](http://libgit2.github.com/) project.
54
6-
<table>
7-
<thead>
8-
<tr>
9-
<th>Linux</th>
10-
<th>OS X</th>
11-
<th>Windows</th>
12-
<th>Coverage</th>
13-
<th>Dependencies</th>
14-
</tr>
15-
</thead>
16-
<tbody>
17-
<tr>
18-
<td colspan="2" align="center">
19-
<a href="https://travis-ci.org/nodegit/nodegit"><img src="https://api.travis-ci.org/nodegit/nodegit.svg?branch=master"></a>
20-
</td>
21-
<td align="center">
22-
<a href="https://ci.appveyor.com/project/timbranyen/nodegit"><img src="https://ci.appveyor.com/api/projects/status/e5a5q75l9yfhnfv2?svg=true"></a>
23-
</td>
24-
<td align="center">
25-
<a href="https://coveralls.io/r/nodegit/nodegit"><img src="https://coveralls.io/repos/nodegit/nodegit/badge.svg" alt="Coverage Status"></a>
26-
</td>
27-
<td align="center">
28-
<a href="https://david-dm.org/nodegit/nodegit"><img src="https://david-dm.org/nodegit/nodegit.svg"></a>
29-
</td>
30-
</tr>
31-
</tbody>
32-
</table>
33-
34-
**Stable (libgit2@v0.27.0): 0.27.0**
5+
6+
Linux & macOS | Windows | Coverage | Dependencies
7+
------------- | ------- | -------- | -------------
8+
[![Build Status Travis](https://api.travis-ci.org/nodegit/nodegit.svg?branch=master)](https://travis-ci.org/nodegit/nodegit) | [![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/e5a5q75l9yfhnfv2?svg=true)](https://ci.appveyor.com/project/timbranyen/nodegit) | [![Coveralls](https://coveralls.io/repos/nodegit/nodegit/badge.svg)](https://coveralls.io/r/nodegit/nodegit) | [![Dependencies](https://david-dm.org/nodegit/nodegit.svg)](https://david-dm.org/nodegit/nodegit)
9+
10+
**Stable (libgit2@v0.27.3): 0.27.3**
3511

3612
> Not compatible with node 10, at the moment. [We're working on it](https://github.com/nodegit/nodegit/issues/1490).
3713

0 commit comments

Comments
 (0)