Browse Source

Fix text

main
Adrian Short 2 years ago
parent
commit
fcec56135d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README

+ 2
- 2
README View File

@@ -11,11 +11,11 @@ Assuming `twohorserace` is in your $PATH and executable:


Read JSON from a file: Read JSON from a file:


$ twohorserace results.json
$ twohorserace elections.json


Read JSON from STDIN: Read JSON from STDIN:


$ cat results.json | twohorserace --
$ cat elections.json | twohorserace --




Installation Installation


Loading…
Cancel
Save