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

- old
+ new

@@ -17,25 +17,23 @@ ```apache <match **> type copy <store> - type stdout + type stdout # output incoming messages here for debug </store> <store> - type file - # blah blah + type file # something you want to do in production </store> </match> ``` This plugin enables to write the same thing in a short-hand, by just adding `debug true`, as: ```apache <match **> - type file - debug true - # blash blah + type file # something you want to do in production + debug true # just add this for debug </match> ``` ## Configuration