README.md in yao-0.3.3 vs README.md in yao-0.3.4

- old
+ new

@@ -31,13 +31,16 @@ username "udzura" password "tonk0tsu-r@men" # timeout is optional timeout 300 - + # If your endpoint requires cert & key client_cert "/path/to/my.pem" client_key "/path/to/my.key" + + # If you want to change region + region_name "FukuokaRegion" end Yao::Network.list # list up networks... Yao::Server.list_detail # list up instances... ```