Skip to content

Commit

Permalink
fixed toc
Browse files Browse the repository at this point in the history
  • Loading branch information
miki2826 committed May 13, 2016
1 parent 4f3f5ed commit c97b35d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c97b35d

Please sign in to comment.