diff --git a/InlineKeyboard.md b/InlineKeyboard.md index dda7134..bd2788d 100644 --- a/InlineKeyboard.md +++ b/InlineKeyboard.md @@ -7,7 +7,7 @@ $bot->SendMessage '362870431', "Testo di prova", TelegramBot::ReplyMarkup (KeyboardMarkupType::InlineKeyboard,[ - ['text' => 'Gestisci su WiNet','url' => 'https://daxtech.net'] + ['text' => 'DaxTech website','url' => 'https://www.daxtech.net'] ]) ); ``` \ No newline at end of file