README.md in zabbix-client-0.0.5 vs README.md in zabbix-client-0.0.6

- old
+ new

@@ -37,9 +37,12 @@ p client.template.getobjects(host: ['Template OS Linux']) #=> [{"hostid"=>"10001", # "proxy_hostid"=>"0", # "host"=>"Template OS Linux", # ... + +# https://www.zabbix.com/documentation/2.0/manual/appendix/api/hostgroup/delete +client.hostgroup.delete([9, 10]) ``` ### Use proxy ```ruby