From e378abd65b55c99d6ff8751dc9debdff665f89c4 Mon Sep 17 00:00:00 2001
From: Nerijus Zaniauskas <nerijus.z@omnisend.com>
Date: Tue, 13 Feb 2024 09:25:22 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ddce337..fd7e144 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ If data provided is invalid or creation fails, then
 $response = $client->create_contact($contact)
 ```
 
-Will return `CreateContactResponse`. Depending on your integration logic you may handle the error i.e
+Will return `CreateContactResponse`. Depending on your integration logic you should handle the error i.e
 
 ```php
     if ( $response->get_wp_error()->has_errors() ) {