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

master
Aaron Bedra 13 years ago
parent 977e998592
commit dd232703af

@ -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
@ -151,5 +151,4 @@ The use and distribution terms for this software are covered by the
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.
the terms of this license.
Loading…
Cancel
Save