Update README do it doesn't refer to 1.3.0-RC0

This commit is contained in:
Aaron Bedra 2011-10-25 22:40:22 -04:00
parent 977e998592
commit dd232703af

View File

@ -23,9 +23,9 @@ completed.
The only things you'll need to run the Clojure Koans are:
- JRE 1.5 or higher
- [clojure-1.3.0-RC0.jar](http://repo1.maven.org/maven2/org/clojure/clojure/1.3.0-RC0/clojure-1.3.0-RC0.zip)
- [clojure-1.3.0.jar](http://repo1.maven.org/maven2/org/clojure/clojure/1.3.0/clojure-1.3.0.zip)
clojure-1.3.0-RC0.jar needs to be in a directory `lib` under this project.
clojure-1.3.0.jar needs to be in a directory `lib` under this project.
You can use [Leiningen](http://github.com/technomancy/leiningen) to
automatically install the Clojure jar in the right place. Leiningen will also
@ -152,4 +152,3 @@ Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
which can be found in the file epl-v10.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.