From e00e24a2be824a9cb13abfd94d41250a4661413a Mon Sep 17 00:00:00 2001
From: Alex Crichton <alex@alexcrichton.com>
Date: Thu, 17 Sep 2015 10:16:30 -0700
Subject: [PATCH] Add more badges

---
 README.md | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 3a0cc20c..46b30bfd 100644
--- a/README.md
+++ b/README.md
@@ -4,22 +4,7 @@ libc
 A Rust library with native bindings to the types and functions commonly found on
 various systems, including libc.
 
-[![Build Status](https://travis-ci.org/rust-lang/libc.svg?branch=master)](https://travis-ci.org/rust-lang/libc)
+[![Build Status](https://travis-ci.org/alexcrichton/libc.svg?branch=master)](https://travis-ci.org/alexcrichton/libc)
+[![Build status](https://ci.appveyor.com/api/projects/status/v0414slj8y8nga0p?svg=true)](https://ci.appveyor.com/project/alexcrichton/libc)
 
-[Documentation](http://doc.rust-lang.org/libc)
-
-## Usage
-
-Add this to your `Cargo.toml`:
-
-```toml
-[dependencies]
-
-libc = "0.1"
-```
-
-and this to your crate root:
-
-```rust
-extern crate libc;
-```
+[Documentation](http://alexcrichton.com/libc)
-- 
GitLab