From 99aec8404f83ee9bf75c1ebf17fb998f5059c930 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <xiam@menteslibres.org>
Date: Wed, 29 Aug 2012 06:24:06 -0500
Subject: [PATCH] Wording.

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 81ff0038..297eec9e 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Use your recently configured ``db.Database`` to request the driver to actually c
 
 ## Documentation
 
-Please read the [online reference](http://gosexy.org/db) on ``gosexy/db``.
+To know how to query the database you've just connected, please read the [online reference](http://gosexy.org/db).
 
 You can also read ``gosexy/db`` documentation from a terminal
 
@@ -74,8 +74,8 @@ You can also read ``gosexy/db`` documentation from a terminal
 This is an evolving project, so there is a lot of work to do:
 
 * Add db.Upsert and db.Modify for SQL databases.
-* Add Go time datatype.
-* Improve datatype guessing.
+* Add Go ``pkg/time`` datatype for database dates.
+* Improve database -> Go type guessing.
 * Improve error handling.
 * Add CouchDB support.
 
-- 
GitLab