README.md in fluent-plugin-out_hosted_graphite-0.0.1 vs README.md in fluent-plugin-out_hosted_graphite-0.0.2

- old
+ new

@@ -24,21 +24,22 @@ ``` <match *.*> type hosted_graphite api_key xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxx - metric_key foo.bar + metric_key foo.bar,hoge,fuga,bar protocol udp </match> ``` ### api_key - * required + * Required ### metric_key - * required + * Required + * Supported multiple keys ### protocol * UDP * TCP