diff --git a/README.md b/README.md index 584966e..2af5d40 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Solutions to [Advent of Code 2019](https://adventofcode.com/2019) in Python 3. ## Usage -To solve all puzzles with implemented solution run +To solve all puzzles with implemented solutions run ```console foo@bar:~$ python3 main.py ``` @@ -10,7 +10,6 @@ or alternatively make the main program executable ```console foo@bar:~$ chmod +x main.py foo@bar:~$ ./main.py -foo ``` For other options see `./main.py -h` ```console