From 18eb318753287948aee7a9811be03166a50c2d15 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Tue, 4 Nov 2014 15:36:04 -0500 Subject: [PATCH] Add link to rust-ci docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7874f91..e1b4d5c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Build Status](https://api.travis-ci.org/jgallagher/rusqlite.svg?branch=master)](https://travis-ci.org/jgallagher/rusqlite) Rusqlite is an ergonomic, semi-safe wrapper for using SQLite from Rust. It attempts to expose -an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres). +an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres). View the full +[API documentation](http://www.rust-ci.org/jgallagher/rusqlite/doc/rusqlite/). ```rust extern crate rusqlite;