From c97b35dc81a547bb51c5801b45914309574459d6 Mon Sep 17 00:00:00 2001 From: miki2826 Date: Fri, 13 May 2016 18:24:37 +0300 Subject: [PATCH] fixed toc --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 221d0db..74e1070 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ botly - [Install](#install) - [Example](#example) - [API](#api) - - [send (recipientId, message[, callback])](#send-recipientid-message-callback) - - [sendText (recipientId, text[, callback])](#sendtext-recipientid-text-callback) - - [sendAttachment (recipientId, type, payload[, callback])](#sendattachment-recipientid-type-payload-callback) - - [sendImage (recipientId, imageURL[, callback])](#sendimage-recipientid-imageurl-callback) - - [sendButtons (recipientId, text, buttons[, callback])](#sendbuttons-recipientid-text-buttons-callback) - - [sendGeneric (recipientId, elements[, callback])](#sendgeneric-recipientid-elements-callback) - - [sendReceipt (recipientId, payload[, callback])](#sendreceipt-recipientid-payload-callback) + - [send (recipientId, message[, notificationType][, callback])](#send-recipientid-message-notificationtype-callback) + - [sendText (recipientId, text[, notificationType][, callback])](#sendtext-recipientid-text-notificationtype-callback) + - [sendAttachment (recipientId, type, payload[, notificationType][, callback])](#sendattachment-recipientid-type-payload-notificationtype-callback) + - [sendImage (recipientId, imageURL[, notificationType][, callback])](#sendimage-recipientid-imageurl-notificationtype-callback) + - [sendButtons (recipientId, text, buttons[, notificationType][, callback])](#sendbuttons-recipientid-text-buttons-notificationtype-callback) + - [sendGeneric (recipientId, elements[, notificationType][, callback])](#sendgeneric-recipientid-elements-notificationtype-callback) + - [sendReceipt (recipientId, payload[, notificationType][, callback])](#sendreceipt-recipientid-payload-notificationtype-callback) - [setWelcomeScreen (pageId, message[, callback])](#setwelcomescreen-pageid-message-callback) - [getUserProfile (userId[, callback])](#getuserprofile-userid-callback) - [createWebURLButton (title, url)](#createweburlbutton-title-url)