From 72aa8f9ea7a6ae1a9ed18948420489379b55e227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=ACRavindu=20Manoj=E2=9C=AC=20=E2=9C=93?= <88134633+ravindu01manoj@users.noreply.github.com> Date: Mon, 9 May 2022 10:00:31 +0530 Subject: [PATCH] Typo Fix (#1577) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba9c9b..919619d 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,7 @@ const buttons = [ const buttonMessage = { image: {url: 'https://example.com/image.jpeg'}, caption: "Hi it's button message", - footerText: 'Hello World', + footer: 'Hello World', buttons: buttons, headerType: 4 }