README.md in lottery-0.0.4 vs README.md in lottery-0.0.5
- old
+ new
@@ -1,5 +1,6 @@
+
# Lottery
Go buy a ticket by 100% Ruby chosen numbers and be the next jackpot winner!
## Installation
@@ -8,10 +9,24 @@
$ gem install lottery
## Where are you from?
+### Spain?
+
+__Generate Daily 6/49:__
+
+ lottery es
+
+__Generate Sunday 5/54+1:__
+
+ lottery es 1
+
+__Generate Spanish 6/49:__
+
+ lottery es 2
+
### Europe?
__Generate Euro Million Numbers:__
lottery eu
@@ -22,36 +37,36 @@
__Generate Thunderball Numbers:__
lottery eu 2
-### Spain?
+### Taiwan?
-__Generate Daily 6/49:__
+__產生[威力彩][superlotto638]號碼:__
- lottery es
+ lottery tw
-__Generate Sunday 5/54+1:__
+__產生[大樂透][lotto649]號碼:__
- lottery es 1
+ lottery tw 1
-__Generate Spanish 6/49:__
+__產生[今彩 539][dc539] 號碼:__
- lottery es 2
+ lottery tw 2
-### Taiwan?
+__產生[三星彩][3d]號碼:__
-__產生威力彩號碼:__
+ lottery tw 3
- lottery tw
+__產生[四星彩][4d]號碼:__
-__產生大樂透號碼:__
+ lottery tw 4
- lottery tw 1
-
-__產生今彩 539 號碼:__
-
- lottery tw 2
+[superlotto638]: http://www.taiwanlottery.com.tw/SuperLotto638/index.asp
+[lotto649]: http://www.taiwanlottery.com.tw/Lotto649/index.asp
+[dc539]: http://www.taiwanlottery.com.tw/DailyCash/index.asp
+[3d]: http://www.taiwanlottery.com.tw/3D/index.asp
+[4d]: http://www.taiwanlottery.com.tw/4D/index.asp
## Contributing
1. Fork it.
2. Create your feature branch (`git checkout -b my-new-feature`).