Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
closes #83
  • Loading branch information
ialbert authored Aug 9, 2024
1 parent 8538e04 commit 7009357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if __name__ == '__main__':

The program above can now take parameters from the command line like so:

python example.py -d -i 1000 B
python example.py A 1000

Running the script with no parameters as `python example.py` would print:

Expand Down

1 comment on commit 7009357

@josh-hadley
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😸

Please sign in to comment.