diff --git a/README.md b/README.md index ed48431..ab14ab7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Bytes A utility library for working with bytes. + +[![Build Status](https://travis-ci.org/carllerche/bytes.svg?branch=master)](https://travis-ci.org/carllerche/bytes) + +## Usage + +To use `bytes`, first add this to your `Cargo.toml`: + +```toml +[dependencies.bytes] +git = "https://github.com/carllerche/bytes" +```