diff --git a/README.md b/README.md index f849884..31e7bbd 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# Lottery \ No newline at end of file +# Lottery + +![App Image](./img/lottery.png) + +Generate numbers for the following lottery types: + +#### UK Lottery + +6 balls of 1-59 + +#### Euro Lottery + +5 balls of 1-47 and 2 lucky star of 1-12 + +#### Set For Life + +5 balls of 1-47 and 1 life ball of 1-10 + +#### Thunderball + +5 balls of 1-39 and 1 thunderball of 1-14 diff --git a/img/lottery.png b/img/lottery.png new file mode 100644 index 0000000..85537c2 Binary files /dev/null and b/img/lottery.png differ