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 |
| --- | --- | --- |