README.md in fluent-plugin-string-scrub-1.0.0 vs README.md in fluent-plugin-string-scrub-1.0.1

- old
+ new

@@ -25,49 +25,49 @@ ## Configuration ``` <match **> - type string_scrub + @type string_scrub tag scrubbed.string replace_char ? </match> ``` ## Usage ``` <source> - type forward + @type forward </source> <match raw.**> - type string_scrub + @type string_scrub remove_prefix raw add_prefix scrubbed </match> <match scrubbed.**> - type stdout + @type stdout </match> ``` ## Filter plugin Fluentd >= v0.12 can use filter plugin. ``` <source> - type forward + @type forward </source> <filter **> - type string_scrub + @type string_scrub replace_char ? </filter> <match **> - type stdout + @type stdout </match> ``` ## Contributing