From 313a4d5b2f151effd7aaceab364e786081ad26ce Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Wed, 15 Mar 2023 22:51:42 -0400 Subject: [PATCH] Update README.md Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8af38f0..4219884 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ evaluate the namespace declaration and the commented-out expressions therein. These demonstrate core components of Propeller including complete genetic programming runs. -To run Propeller on a genetic programming that is defined within this -project from the command line, you will probably want to use either +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 the Clojure [CLI tools](https://clojure.org/guides/deps_and_cli) or [leiningen](https://leiningen.org). @@ -21,7 +21,7 @@ The instructions below are written for leiningen. If you are using the CLI tools instead, then replace `lein run -m` in each command with `clj -M -m`. -If you are using leiningen, then you can start a ruh with the command +If you are using leiningen, then you can start a run with the command `lein run -m `, replacing `` with the actual namespace that you will find at the top of the problem file.