Minimal readme (#3)

diff --git a/README.md b/README.md
index cd4e5d1..77d2f20 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,23 @@
-multierr
-========
+# multierr [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
 
-Easy grouping of one or more errors into a single error.
+`multierr` allows combining one or more Go `error`s together.
 
-Installation
-------------
+## Installation
 
     go get -u go.uber.org/multierr
 
-Usage
------
+## Status
 
-TODO
-
-Status
-------
-
-Stable
+Beta
 
 -------------------------------------------------------------------------------
 
 Released under the [MIT License].
 
-  [MIT License]: LICENSE.txt
+[MIT License]: LICENSE.txt
+[doc-img]: https://godoc.org/go.uber.org/multierr?status.svg
+[doc]: https://godoc.org/go.uber.org/multierr
+[ci-img]: https://travis-ci.org/uber-go/multierr.svg?branch=master
+[cov-img]: https://coveralls.io/repos/github/uber-go/multierr/badge.svg?branch=master
+[ci]: https://travis-ci.org/uber-go/multierr
+[cov]: https://coveralls.io/github/uber-go/multierr?branch=master