From 9b9568476c784d8ec8429dcb5d5707f605a6dd18 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Sat, 19 Dec 2015 20:43:57 +0100 Subject: [PATCH] Tweak readme [ci skip] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e20a58b..b320fd2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Build Status](https://travis-ci.org/thijsc/mongo-rust-driver.svg)](https://travis-ci.org/thijsc/mongo-rust-driver) -## About - Mongo Rust driver built on top of the [Mongo C driver](https://github.com/mongodb/mongo-c-driver). This driver is a thin wrapper around the production-ready C driver that provides a safe and ergonomic Rust interface which handles all the gnarly usage details of the C driver for you.