From 717728bd93b13349289bbd751c062006f07299bc Mon Sep 17 00:00:00 2001 From: andreszs <10298071+andreszs@users.noreply.github.com> Date: Wed, 11 May 2022 11:50:06 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2da112b..e0f8169 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Triggered when a new SMS has arrived. You need call **startWatch** first. ### Remarks -- Success in reading and parsing incoming SMS trigger the success callback from **startWatch**. -- Failure in reading or parsing incoming SMS trigger the error callback from **startWatch**. +- Success in reading incoming SMS will trigger the startWatch success callback. +- Failure in reading incoming SMS will trigger the startWatch error callback. ### Example