Fix an incorrect spelling of mmgrok's README.md

This incorrect spelling may confusing people who follows `README.md`'s
instruction.
This commit is contained in:
zacharyzhao 2016-11-02 18:00:17 +08:00
parent aeb77e4d2d
commit b31f40be37

View File

@ -21,7 +21,7 @@ Example
module(load="mmgrok")
template(name="tmlp" type="string" string="%$!msg!test%\n")
action(type="mmgrok" patterndir="path/to/yourpatternsDir" match="%{WORD:test}" soure="msg" target="!msg")
action(type="mmgrok" patterndir="path/to/yourpatternsDir" match="%{WORD:test}" source="msg" target="!msg")
action(type="omfile" file="path/to/file" template="tmlp")
Descrption