From 0f90eee21b7ced61bc90bf1d741d6232435aa869 Mon Sep 17 00:00:00 2001 From: Lucas Bragalia Polo Date: Wed, 29 Mar 2017 13:38:26 -0300 Subject: [PATCH] Fixing bug --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 567aa9a..33343cf 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ bot = new nodeogram.Bot('your-token-goes-here'); bot.init(); bot.on('message', message => { - var keyboard = new Keyboard([], {one_time_keyboard: true}); + var keyboard = new nodeogram.Keyboard([], {one_time_keyboard: true}); keyboard.addButton(0, 0, "Girl"); keyboard.addButton(0, 1, "Boy"); @@ -81,4 +81,4 @@ Please refer to the [Nodeogram documentation](https://dev.albertocoscia.me/nodeo GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . \ No newline at end of file + along with this program. If not, see .