From bba21625a0e806f2f17a2c12da7b77f41602ec44 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Sun, 26 Mar 2023 21:29:47 -0400 Subject: [PATCH] Improve wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d82c92b..4235aff 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ If you are working in a Clojure IDE with an integrated REPL, the first thing you may want to do is to open `src/propeller/session.cljc` and evaluate the namespace declaration and the commented-out expressions therein. These demonstrate core components of Propeller including -complete genetic programming runs. When conducting complete GP runs -this way (using `gp/gp`), depending on your IDE you may need to explicitly -open and load the problem file before evaluating the calls to `require` -and `gp/gp`. +complete genetic programming runs. When conducting complete genetic +programming runs this way (using `gp/gp`), depending on your IDE you +may need to explicitly open and load the problem file before evaluating +the calls to `require` and `gp/gp`. To run Propeller from the command line, on a genetic programming problem that is defined within this project, you will probably want to use either