From b86754e7577257a8ab10b18e68d5753603ac1c5d Mon Sep 17 00:00:00 2001 From: Tamizhvendan S Date: Sat, 11 Apr 2020 15:33:42 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f198d..4c93033 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Both `limit` and `offset` can be applied on `one-to-many` and `many-to-many` rel ### Sorting -HoneySQL supports sorting using the `:order-by` parameter. It takes a vector similar to HoneySQL and transform that to a corresponding `ORDER BY` SQL clause to sort the return value. +HoneyEQL supports sorting using the `:order-by` parameter. It takes a vector similar to HoneySQL and transform that to a corresponding `ORDER BY` SQL clause to sort the return value. ```clojure ; sorting by :language/name