From 9ff4b01ac5e127115170035764640d15372e4d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 6 Aug 2019 11:13:29 -0300 Subject: [PATCH] Fix the doc for Parser for reflect the right signature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ecf549..4e7a05d 100644 --- a/README.md +++ b/README.md @@ -326,9 +326,9 @@ Every Parser class must implement these methods to work properly. ```js /* - * The default constructor with Spec as parameter + * The default constructor with Parser as decorator */ -Parser(Spec) +Parser(Parser) /* * Try to parse the payload to some event format