From e8b1a18522d52672e3cdf989c6ea9c4d06812a27 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 6 Apr 2010 09:25:43 -0700 Subject: [PATCH] I dunno why this bothered me --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 36e7363..f00dd2e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,4 @@ -= Mysql2 - A modern, simple and very 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.