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