README.md in yao-0.7.0 vs README.md in yao-0.8.0

- old
+ new

@@ -1,10 +1,10 @@ # Yao ![Logo](./yao-logo.png) -YAO is a Yet Another OpenStack API Wrapper that rocks!! [![Build Status](https://travis-ci.org/yaocloud/yao.svg)](https://travis-ci.org/yaocloud/yao) +YAO is a Yet Another OpenStack API Wrapper that rocks!! ## Installation Add this line to your application's Gemfile: @@ -41,11 +41,11 @@ # If you want to change region region_name "FukuokaRegion" end Yao::Network.list # list up networks... -Yao::Server.list_detail # list up instances... +Yao::Server.list # list up instances... ``` If you want to override some of endpoints by service, you can do: ```ruby @@ -77,10 +77,10 @@ tenant_name "fooproject" username "udzura" password "tonk0tsu-r@men" end -OpenStack::Server.list_detail # And let's go on +OpenStack::Server.list # And let's go on ``` ## Contributing 1. Fork it ( https://github.com/yaocloud/yao/fork )