From 032dcbc17a7763f6f0e54f79c51f9250c1a301da Mon Sep 17 00:00:00 2001 From: Arthur Castro <37699234+arthur-es@users.noreply.github.com> Date: Tue, 5 Apr 2022 01:43:44 -0300 Subject: [PATCH] Fix: typo (#1457) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f3560..92dabf7 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ const templateButtons = [ const buttonMessage = { text: "Hi it's a template message", footer: 'Hello World', - templateButtons: templateButttons, + templateButtons: templateButtons, image: {url: 'https://example.com/image.jpeg'} }