From bf5f253b86511ba5a9ab61b2d1214ac26b34317a Mon Sep 17 00:00:00 2001 From: Anthony Zotti Date: Tue, 7 Apr 2015 17:22:11 -0700 Subject: [PATCH] Remove duplicate 'library' on line 540 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index cf85d8e1e..9eb8420f1 100644 --- a/Readme.md +++ b/Readme.md @@ -537,7 +537,7 @@ space for a new connection to be created on the next getConnection call. ## Performing queries -In the MySQL library library, the most basic way to perform a query is to call +In the MySQL library, the most basic way to perform a query is to call the `.query()` method on an object (like on a `Connection`, `Pool`, `PoolNamespace` or other similar objects).