Browse Source

Fix text

main
Adrian Short 1 year 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:

$ twohorserace results.json
$ twohorserace elections.json

Read JSON from STDIN:

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


Installation


Loading…
Cancel
Save