Skip to content

Commit

Permalink
Fixed lein command in README.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
lspector committed Aug 21, 2012
1 parent 62a6082 commit b464fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -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 run an example from the OS command line (in the Clojush directory) with
a call like: 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 This will load everything and run PushGP on a simple symbolic
regression problem (symbolic regression of y=x^3-2x^2-x). Although the regression problem (symbolic regression of y=x^3-2x^2-x). Although the
Expand Down
2 changes: 1 addition & 1 deletion 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 :description "The Push programming language and the PushGP genetic programming
system implemented in Clojure. system implemented in Clojure.
See http://hampshire.edu/lspector/push.html" See http://hampshire.edu/lspector/push.html"
Expand Down

0 comments on commit b464fb1

Please sign in to comment.