From 84ad2c145530633d097732896ef70b642c5386b7 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Tue, 3 Aug 2021 15:38:41 -0500 Subject: [PATCH] Fix typos in README Some of the CLI arguments in the example used underscores instead of dashes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf2ceff..fca9820 100644 --- a/README.md +++ b/README.md @@ -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 ```