From c81bc8c6e91c31d06290ed89aa0048b66b703db5 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Sun, 4 Apr 2010 22:58:47 -0700 Subject: [PATCH] update tagline --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index a123c28..3adb9d8 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,4 @@ -= Mysql2 - A simple, fast Mysql library for Ruby, binding to libmysql += Mysql2 - A modern, simple and very fast Mysql library for Ruby, binding to libmysql The Mysql2 gem is meant to serve the extremely common use-case of connecting, querying and iterating on results. Some database libraries out there serve as direct 1:1 mappings of the already complex C API's available.