diff --git a/README.md b/README.md index ed484318856c0649652321fbb69a86da929709fe..ab14ab7e9fb531f1e3d4fc067fa371dfcba7b858 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Bytes A utility library for working with bytes. + +[](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" +```