From af5fc7a7aff1696ae2c6a2eda21ba71c61d215d9 Mon Sep 17 00:00:00 2001 From: Mitul Patel Date: Sat, 1 Jun 2024 14:51:44 -0400 Subject: [PATCH] fix(docs): update table with command values --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b522be2..1ff6134 100644 --- a/README.md +++ b/README.md @@ -452,19 +452,19 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.2 The `jackpot-cli` command-line tool supports generating numbers for the following major global lotteries: -| jackpot | Draw Days | Numbers | -| ----------------------------------------- | -------------------------------- | ---------------------------------------------------------- | -| **Powerball** (USA) | Wednesdays, Saturdays | 5 numbers from 1 to 69 and 1 Powerball number from 1 to 26 | -| **Mega Millions** (USA) | Tuesdays, Fridays | 5 numbers from 1 to 70 and 1 Mega Ball number from 1 to 25 | -| **EuroMillions** (Europe) | Tuesdays, Fridays | 5 numbers from 1 to 50 and 2 Lucky Stars from 1 to 12 | -| **UK National jackpot (Lotto)** (UK) | Wednesdays, Saturdays | 6 numbers from 1 to 59 | -| **El Gordo** (Spain) | Weekly, special draw in December | 5 numbers from 0 to 54 | -| **SuperEnalotto** (Italy) | Tuesdays, Thursdays, Saturdays | 6 numbers from 1 to 90 | -| **Australian Powerball** (Australia) | Thursdays | 7 numbers from 1 to 35 and 1 Powerball number from 1 to 20 | -| **Oz Lotto** (Australia) | Tuesdays | 7 numbers from 1 to 45 | -| **Canada Lotto 6/49** (Canada) | Wednesdays, Saturdays | 6 numbers from 1 to 49 | -| **Canada Lotto Max** (Canada) | Fridays | 7 numbers from 1 to 50 | -| **France Loto** (France) | Mondays, Wednesdays, Saturdays | 5 numbers from 1 to 49 and 1 Lucky Number from 1 to 10 | -| **German Lotto (Lotto 6aus49)** (Germany) | Wednesdays, Saturdays | 6 numbers from 1 to 49 and 1 Superzahl from 0 to 9 | +| Lottery | Draw Days | Numbers | Command | +| ----------------------------------------- | -------------------------------- | ---------------------------------------------------------- | ----------------------- | +| **Powerball** (USA) | Wednesdays, Saturdays | 5 numbers from 1 to 69 and 1 Powerball number from 1 to 26 | `--lotto powerball` | +| **Mega Millions** (USA) | Tuesdays, Fridays | 5 numbers from 1 to 70 and 1 Mega Ball number from 1 to 25 | `--lotto megamillions` | +| **EuroMillions** (Europe) | Tuesdays, Fridays | 5 numbers from 1 to 50 and 2 Lucky Stars from 1 to 12 | `--lotto euromillions` | +| **UK National jackpot (Lotto)** (UK) | Wednesdays, Saturdays | 6 numbers from 1 to 59 | `--lotto uklotto` | +| **El Gordo** (Spain) | Weekly, special draw in December | 5 numbers from 0 to 54 | `--lotto elgordo` | +| **SuperEnalotto** (Italy) | Tuesdays, Thursdays, Saturdays | 6 numbers from 1 to 90 | `--lotto superenalotto` | +| **Australian Powerball** (Australia) | Thursdays | 7 numbers from 1 to 35 and 1 Powerball number from 1 to 20 | `--lotto auspowerball` | +| **Oz Lotto** (Australia) | Tuesdays | 7 numbers from 1 to 45 | `--lotto ozlotto` | +| **Canada Lotto 6/49** (Canada) | Wednesdays, Saturdays | 6 numbers from 1 to 49 | `--lotto canada649` | +| **Canada Lotto Max** (Canada) | Fridays | 7 numbers from 1 to 50 | `--lotto canadamax` | +| **France Loto** (France) | Mondays, Wednesdays, Saturdays | 5 numbers from 1 to 49 and 1 Lucky Number from 1 to 10 | `--lotto franceloto` | +| **German Lotto (Lotto 6aus49)** (Germany) | Wednesdays, Saturdays | 6 numbers from 1 to 49 and 1 Superzahl from 0 to 9 | `--lotto germanlotto` | More lotteries will be added in the future. If you'd like to see a specific jackpot added, please [create an issue](https://github.com/bittricky/jackpot-cli/issues/new) in the repository.