From 5de5abf2c223c7c607ef8dbf5f6fe37e6ff573de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <xiam@menteslibres.org>
Date: Tue, 24 Jul 2012 06:12:46 -0500
Subject: [PATCH] Styling docs.

---
 db/README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/db/README.md b/db/README.md
index a2fd11a8..4a074f8d 100644
--- a/db/README.md
+++ b/db/README.md
@@ -6,7 +6,7 @@ This package is a wrapper of many third party database drivers. The goal of this
 
 Use ``go get`` to download and install ``gosexy/db``.
 
-  $ go get github.com/xiam/gosexy/db
+    $ go get github.com/xiam/gosexy/db
 
 This package provides shared interfaces and datatypes only, in order to connect to an actual database a driver is required.
 
@@ -253,6 +253,5 @@ Or you can [browse it](http://go.pkgdoc.org/github.com/xiam/gosexy/db) online.
 
 ## Changelog
 
-2012/07/23 - Splitted databases wrapper into packages. Changed ``Cond`` to ``Cond``.
-
-2012/07/09 - First public beta with MySQL, MongoDB, PostgreSQL and SQLite3.
+  2012/07/23 - Splitted databases wrapper into packages. Changed ``Cond`` to ``Cond``.
+  2012/07/09 - First public beta with MySQL, MongoDB, PostgreSQL and SQLite3.
-- 
GitLab