diff --git a/README.md b/README.md
index 3a0cc20cf64fdf71788d6a6393662c0bb27836b2..46b30bfd7f77633c929b51be58e3f875c8997ea8 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)