From 7ca5c78924b4941f9edb2d5c4d815818c046154d Mon Sep 17 00:00:00 2001 From: daggieblanqx Date: Mon, 27 Jun 2022 01:50:11 +0300 Subject: [PATCH] Updated Code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39404f6..ddceac0 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ await Whatsapp.markMessageAsRead({ #### Parse incoming messages: ```js -// req.body is the body of the request which ping the webhook. Invalid payloads will throw an error, and you shouldrespond with HTTP status 5** or 4**, not 200. +// req.body is the body of the request which ping the webhook. Invalid payloads will throw an error, and you should respond with HTTP status 5** or 4**, not 200. // remember to respond with HTTP 200 status at the end of a succesful inbound request. let data = Whatsapp.parseMessage(req.body); /*