Skip to content

Commit 9e34ecc

Browse files
committed
Add windows (AppVeyor) build badge
1 parent 79fb92e commit 9e34ecc

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# mdBook [![Travis-CI](https://travis-ci.org/azerupi/mdBook.svg?branch=master)](https://travis-ci.org/azerupi/mdBook) [![Crates.io version](https://img.shields.io/crates/v/mdbook.svg)](https://crates.io/crates/mdbook) [![License](https://img.shields.io/crates/l/mdbook.svg)](LICENSE)
1+
# mdBook
2+
3+
<table>
4+
<tr>
5+
<td><strong>Linux / OS X</strong></td>
6+
<td>
7+
<a href="https://travis-ci.org/azerupi/mdBook"><img src="https://travis-ci.org/azerupi/mdBook.svg?branch=master"></a>
8+
</td>
9+
</tr>
10+
<tr>
11+
<td><strong>Windows</strong></td>
12+
<td>
13+
<a href="https://ci.appveyor.com/project/azerupi/mdbook/"><img src="https://ci.appveyor.com/api/projects/status/o38racsnbcospyc8/branch/master?svg=true"></a>
14+
</td>
15+
</tr>
16+
<tr>
17+
<td colspan="2">
18+
<a href="https://crates.io/crates/mdbook"><img src="https://img.shields.io/crates/v/mdbook.svg"></a>
19+
<a href="LICENSE"><img src="https://img.shields.io/crates/l/mdbook.svg"></a>
20+
</td>
21+
</tr>
22+
</table>
223

324
mdBook is a utility to create modern online books from markdown files.
425

0 commit comments

Comments
 (0)