Skip to content

Commit

Permalink
updating install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Mar 12, 2011
1 parent d0b1c88 commit 672d927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Logging is available in Maven central. Add it to your Maven project's `pom.xml`
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.logging</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

or your leiningen project.clj:

[org.clojure/tools.logging "0.1.0-SNAPSHOT"]
[org.clojure/tools.logging "0.1.0"]

Please note the changelog below.

Expand Down

0 comments on commit 672d927

Please sign in to comment.