Fix typos in README

Some of the CLI arguments in the example used underscores instead of dashes.
This commit is contained in:
Jeremy Saklad 2021-08-03 15:38:41 -05:00
parent 06df9e6304
commit 84ad2c1455
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 3 additions and 3 deletions

View File

@ -34,10 +34,10 @@ Here's an example, broken into multiple lines for ease of reading:
pipenv run bone_market_solver \
--bone-market-fluctuations menace \
--occasional-buyer an_enterprising_boot_salesman \
--zoological_mania insect \
--diplomat_fascination antiquity \
--zoological-mania insect \
--diplomat-fascination antiquity \
--shadowy 302 \
--maximum_exhaustion 4 \
--maximum-exhaustion 4 \
--time-limit 300
```