summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index df541f9..210acff 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# clojure-sql
`clojure-sql` is a DSL for the creation of SQL queries in [Clojure][1]
-code. It emphasises *composability* primarily.
+code. It has a strong emphasis on *composability* and *abstraction*.
[1]: http://clojure.org/
@@ -13,6 +13,8 @@ Latest release: `0.1.0`
[clojure-sql "0.1.0"]
+[2]: https://github.com/technomancy/leiningen
+
## Example Usage
(require '[clojure-sql.core :as s])