From 527b469dc8e83901341d8db99929aba915dacdaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Gotteland?= Date: Fri, 13 May 2016 16:20:36 +0200 Subject: [PATCH] Fixed a few typos --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e2c897..43202f5 100644 --- a/README.md +++ b/README.md @@ -310,12 +310,12 @@ Use this method to send point on the map. -### telegramBot.sendVenue(chatId, latitude, longitude, name, addressm, [options]) ⇒ Promise +### telegramBot.sendVenue(chatId, latitude, longitude, name, address, [options]) ⇒ Promise Send venue. Use this method to send information about a venue. **Kind**: instance method of [TelegramBot](#TelegramBot) -**See**: https://core.telegram.org/bots/api#sendVenue +**See**: https://core.telegram.org/bots/api#sendvenue | Param | Type | Description | | --- | --- | --- | @@ -326,12 +326,14 @@ Use this method to send information about a venue. | address | String | Address of location | | [options] | Object | Additional Telegram query options | + + ### telegramBot.sendContact(chatId, phone_number, first_name, [options]) ⇒ Promise Send contact. Use this method to send phone contacts. **Kind**: instance method of [TelegramBot](#TelegramBot) -**See**: https://core.telegram.org/bots/api#sendContact +**See**: https://core.telegram.org/bots/api#sendcontact | Param | Type | Description | | --- | --- | --- |