From 72f3e4c0d5d3de4822911d354581e17ba9ac4be0 Mon Sep 17 00:00:00 2001
From: Carl Lerche <me@carllerche.com>
Date: Mon, 9 Feb 2015 22:47:53 -0800
Subject: [PATCH] Add a link to the documentation

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index ab14ab7..bc43292 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ A utility library for working with bytes.
 
 [![Build Status](https://travis-ci.org/carllerche/bytes.svg?branch=master)](https://travis-ci.org/carllerche/bytes)
 
+- [API documentation](http://carllerche.github.io/bytes/bytes/index.html)
+
 ## Usage
 
 To use `bytes`, first add this to your `Cargo.toml`:
-- 
GitLab