From 356a2a920a7a1c7f370664aac4833ade5af79d0b Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Mon, 19 Mar 2012 23:47:07 -0400 Subject: [PATCH] A space for readability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7011b1e..91d86f1 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This will generate a query similar to (with this being the output for a Postgres LIMIT 3 OFFSET 1 -To retreive the results of a query, use the PDO method [fetch](http://php.net/manual/en/pdostatement.fetch.php) and/or[fetchAll](http://php.net/manual/en/pdostatement.fetchall.php). +To retreive the results of a query, use the PDO method [fetch](http://php.net/manual/en/pdostatement.fetch.php) and/or [fetchAll](http://php.net/manual/en/pdostatement.fetchall.php). $query = $db->get('table_name');