From ca6c7942c0dfee322839594f740754a13e69f47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 5 Aug 2019 09:21:46 -0300 Subject: [PATCH] Document the HTTPUnmarshaller 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 9ad6674..3ecf549 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ v03.StructuredHTTPEmitter; // Access the binary http event emitter v03.BinaryHTTPEmitter; -// Access http unmarshaller to process incoming events -v03.Unmarshaller; +// Access http unmarshaller to process incoming events, Binary or Structured +v03.HTTPUnmarshaller; ``` ### An easy way to create events