Update README.md
Fix typos
This commit is contained in:
parent
a68f1bdfbc
commit
313a4d5b2f
@ -12,8 +12,8 @@ evaluate the namespace declaration and the commented-out expressions
|
|||||||
therein. These demonstrate core components of Propeller including
|
therein. These demonstrate core components of Propeller including
|
||||||
complete genetic programming runs.
|
complete genetic programming runs.
|
||||||
|
|
||||||
To run Propeller on a genetic programming that is defined within this
|
To run Propeller from the command line, on a genetic programming problem
|
||||||
project from the command line, you will probably want to use either
|
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
|
the Clojure [CLI tools](https://clojure.org/guides/deps_and_cli) or
|
||||||
[leiningen](https://leiningen.org).
|
[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
|
the CLI tools instead, then replace `lein run -m` in each command
|
||||||
with `clj -M -m`.
|
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 <namespace>`, replacing `<namespace>`
|
`lein run -m <namespace>`, replacing `<namespace>`
|
||||||
with the actual namespace that you will find at the top of the problem file.
|
with the actual namespace that you will find at the top of the problem file.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user