From fcec56135dfe4661303f5917e484698bc9f5eadb Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sun, 8 May 2022 09:53:04 +0100 Subject: [PATCH] Fix text --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ad5f462..483dad2 100644 --- a/README +++ b/README @@ -11,11 +11,11 @@ Assuming `twohorserace` is in your $PATH and executable: Read JSON from a file: - $ twohorserace results.json + $ twohorserace elections.json Read JSON from STDIN: - $ cat results.json | twohorserace -- + $ cat elections.json | twohorserace -- Installation