From 58e9638fe7228cb4f628207a934f2d2b7f87656a Mon Sep 17 00:00:00 2001 From: Itamar Date: Wed, 14 Dec 2016 16:05:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd1c448..b5021ab 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Creating them is easy! Every message object has its own unique constructor corre An event emitter, emitting events [described here](#onEvent). -* [ViberBot](#ViberBot) +* ViberBot * [new ViberBot()](#newViberBot) * [.getBotProfile()](#getBotProfile) ⇒ `promise.JSON` * [.getUserDetails(userProfile)](#getUserDetails) ⇒ `promise.JSON` @@ -314,7 +314,7 @@ Members: | --- | --- | --- | | userProfile | [`UserProfile`](#UserProfile) | --- | -* [Response](#Response) +* Response * [.send(messages, [optionalTrackingData])](#sendMessage) ⇒ `promise.JSON`