Skip to content

Commit

Permalink
Updated installation instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas committed Jul 21, 2011
1 parent e94aa90 commit c0873fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -11,7 +11,7 @@ http://en.wikipedia.org/wiki/Relational_algebra
For the user this means that all queries compose and are never executed unless dereferenced
or called with a function that has the ! suffix.

As a help for debugging, wrap your statements in (binding [*debug* true]) to see the
As a help for debugging, wrap your statements in (binding [\*debug\* true]) to see the
compiled SQL statement printed to stdout.

Installation
Expand All @@ -21,14 +21,14 @@ Add the following to your **project.clj** or pom.xml:

Cake/Lein artifact:

[clojureql "1.0.0"]
[clojureql "1.0.1"]

Maven:

<dependency>
<groupId>clojureql</groupId>
<artifactId>clojureql</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>

Then execute
Expand Down

0 comments on commit c0873fe

Please sign in to comment.