README.md in taric-0.1.6 vs README.md in taric-0.1.7

- old
+ new

@@ -60,17 +60,17 @@ ## Usage > "Functional and stylish." -Once the key is set, you can use `Taric.client(:region)` to get a client instance for the specified region. +Once the key is set, you can use `Taric.client(region: region_code)` to get a client instance for the specified region. ```ruby # North America -client = Taric.client(:na) +client = Taric.client(region: :na) -# Korea -client = Taric.client(:kr) +# Korea, using String arg +client = Taric.client(region: 'kr') ``` ### Champion ```ruby \ No newline at end of file