Fix typos in README
Some of the CLI arguments in the example used underscores instead of dashes.
This commit is contained in:
parent
06df9e6304
commit
84ad2c1455
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue