From a7ce4152a2541f1f40130b5c2eeb59aa87d04160 Mon Sep 17 00:00:00 2001 From: Tom Helmuth Date: Tue, 7 Nov 2023 20:52:52 -0500 Subject: [PATCH] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59a7fc1..c7e68e0 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,9 @@ Calling `(-main)` will run the default genetic programming problem. ## Description -Propel is an implementation of the Push programming -language and the PushGP genetic programming system in Clojure. +Propeller is an implementation of the Push programming +language and the PushGP genetic programming system in Clojure, based +on Tom Helmuth's little PushGP implementation [propel](https://github.com/thelmuth/propel). For more information on Push and PushGP see [http://pushlanguage.org](http://pushlanguage.org).