From 4b8357edadc170dc023f49e38af3ffe36eb11bc2 Mon Sep 17 00:00:00 2001 From: llakssz Date: Sat, 29 Oct 2016 15:34:05 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb028be..a1d96fc 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ FunKiiU is a Python tool, compatible with Python 2.7 and 3, to download Wii U co FunKiiU will accept keys and generate tickets, but you do not have to enter a key. -- You can choose to get the key automatically from **thekeysite**. -- Or, you can choose to get a legit ticket from **thekeysite** instead. -- **¡¡On first use, you will need to provide the url of **thekeysite**!!** +- You can choose to get the key automatically from **-thekeysite-**. +- Or, you can choose to get a legit ticket from **-thekeysite-** instead. +- **¡¡On first use, you will need to provide the url of -thekeysite-!!** - **Here is a hint** - https://encrypted.google.com/search?hl=en&q=wiiu%20title%20key%20site Using **keys** will generate a ticket that is not legit, the Wii U needs signature patches to accept it. (This is possible now, but a bit tricky to set up.) @@ -26,11 +26,11 @@ To download Pikmin 3 EUR, by entering the Title ID and key: $ python FunKiiU.py -title 000500001012be00 -key 32characterstitlekeyforpikmineur ``` -To download Pikmin 3 EUR, by entering the Title ID and getting the key from **thekeysite**: +To download Pikmin 3 EUR, by entering the Title ID and getting the key from **-thekeysite-**: ```sh $ python FunKiiU.py -title 000500001012be00 -onlinekeys ``` -To download Pikmin 3 EUR, by entering the Title ID and getting the ticket from **thekeysite**: +To download Pikmin 3 EUR, by entering the Title ID and getting the ticket from **-thekeysite-**: ````sh $ python FunKiiU.py -title 000500001012be00 -onlinetickets ```` @@ -38,7 +38,7 @@ Download multiple things, one after another - (can use with *-onlinekeys* or *-o ````sh $ python FunKiiU.py -title TITLEID1 TITLEID2 TITLEID3 -key KEY1 KEY2 KEY3 ```` -Downloads all content from **\*thekeysite\***, all games, updates and dlc: +Downloads all content from **-thekeysite-**, all games, updates and dlc: ````sh $ python FunKiiU.py -all ````