From 42069b9aff67228b98248ed8523e1560e727e2ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <jose.carlos@menteslibres.net>
Date: Tue, 24 Jun 2014 07:42:02 -0500
Subject: [PATCH] Clarification on where the user-documentation is.

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

diff --git a/README.md b/README.md
index 30543d82..d2e2619b 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,9 @@
 different databases through the use of *adapters* that wrap well-supported
 database drivers.
 
-See the project page, recipes and user documentation at [upper.io/db][1].
-
 [![Build Status](https://travis-ci.org/upper/db.png)](https://travis-ci.org/upper/db)
 
-## Is this an ORM?
+## Is `upper.io/db` an ORM?
 
 `upper.io/db` is not an ORM in the sense that it does not tell you how to
 design your software or how to validate your data, instead it only focuses on
@@ -36,6 +34,10 @@ on specific database adapters, such as MySQL, PostgreSQL and SQLite.
 * [QL](https://upper.io/db/ql) via [ql](https://github.com/cznic/ql)
 * [SQLite3](https://upper.io/db/sqlite) via [go-sqlite3](https://github.com/mattn/go-sqlite3)
 
+## User documentation
+
+See the project page, recipes and user documentation at [upper.io/db][1].
+
 ## License
 
 > Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
-- 
GitLab