Skip to content

Commit

Permalink
Fix readme usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir committed Oct 31, 2023
1 parent 9d3e671 commit ea395d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This demo only runs with addition puzzles.
# Usage
To run this demo, execute:
```
python cryptarithm.py path/to/your/file.txt
python cryptarithm.py --filename path/to/your/file.txt
```

For simplicity and to establish convention, ensure all letters are capitalized,
that the puzzle be written on the first line of the file, and that no more than 10 unique letters are used in total.

For example:
```
python cryptarithm.py puzzle_files/example1.txt
python cryptarithm.py --filename puzzle_files/example1.txt
```

Could produce:
Expand Down

0 comments on commit ea395d2

Please sign in to comment.