From 1685984030a9d1cd588196d9e2cf648e57034f72 Mon Sep 17 00:00:00 2001
From: Carlo Zancanaro <carlo@clearboxsystems.com.au>
Date: Tue, 12 Nov 2013 10:30:42 +1100
Subject: Fix a minor error in the README.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 004ef70..97f1afb 100644
--- a/README.md
+++ b/README.md
@@ -231,7 +231,7 @@ be the return value of the associated query function call (`deref`,
 
 * **Breaking:** Remove `having`, use `select` instead now
 
-* `sort` can now sort on expressions, not just table names
+* `sort` can now sort on arbitrary expressions, not just fields
 
 * `union` and `intersection` queries will now always introduce a
   subquery, but they should now compose properly (previously they
-- 
cgit v1.2.3