From 3babe856c58dfb654400f145ceecc13f1480ca0b Mon Sep 17 00:00:00 2001 From: Hans Fugal Date: Tue, 8 Oct 2013 10:00:37 -0700 Subject: [PATCH] script/repl does not exist, update README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5c3b4d1..f00d4e4 100644 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,7 @@ will be. * Make sure you have Java installed. * Make sure you have [leiningen](http://github.com/technomancy/leiningen) installed. * Run `lein deps` to install all the dependent libraries. -* Run `script/repl` to launch a repl. +* Run `lein repl` to launch a repl. # Want more Clojure Practice?