Skip to content

Commit e2b16b3

Browse files
committed
Fix typo
1 parent 54954ed commit e2b16b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ You can also specify `parseMode` for an individual message:
223223
```php
224224
$bot->messages->sendText(
225225
chatId: '123456',
226-
text: '*bold*',
226+
text: '**bold**',
227227
parseMode: \BelkaTech\VkTeamsBot\Enum\ParseModeEnum::MarkdownV2,
228228
);
229229
```

0 commit comments

Comments
 (0)