From 415e4ed8a49f47898fd9f1bea2e283d6e9773ea5 Mon Sep 17 00:00:00 2001 From: Denis Didenko Date: Fri, 24 Dec 2021 09:18:29 +0300 Subject: [PATCH] fix smallbug readme (#1063) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2c71e..ed02ca1 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ const templateButtons = [ const templateMessage = { text: "Hi it's a template message", footer: 'Hello World', - templateButtons: templateButttons + templateButtons: templateButtons } const sendMsg = await sock.sendMessage(id, templateMessage)