From b464fb193a59dee4e67611855a1470637a1ee351 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Tue, 21 Aug 2012 00:43:01 -0400 Subject: [PATCH] Fixed lein command in README.txt. --- README.txt | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index f89c05141..26b35e1f8 100644 --- a/README.txt +++ b/README.txt @@ -27,7 +27,7 @@ Using Leiningen (from https://github.com/technomancy/leiningen) you can run an example from the OS command line (in the Clojush directory) with a call like: - lein run examples.simple-regression + lein run clojush.examples.simple-regression This will load everything and run PushGP on a simple symbolic regression problem (symbolic regression of y=x^3-2x^2-x). Although the diff --git a/project.clj b/project.clj index 818cf6e93..36221cc65 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojush "1.2.5" +(defproject clojush "1.2.6" :description "The Push programming language and the PushGP genetic programming system implemented in Clojure. See http://hampshire.edu/lspector/push.html"