diff --git a/README.md b/README.md index 065c6f1..a74b703 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Generic Lottery game number checker # -Currently includes Powerball and Megamillions. +Currently includes Powerball, Megamillions, Texas Two Step, and Lotto Texas. -You add your picks to {game}/picks.py, and run `./play -g {gamename}` eg `.play.py -g powerball` +You add your picks to `{game}/picks.py`, and run `./play -g {game}` +eg: +* `./play.py -g powerball` +* `./play.py -g megamillions` +* `./play.py -g twostep` +* `./play.py -g lottotexas` The script will pull the current winning numbers from an rss feed, and compare them to each ticket you list in the picks.py file for that game.