Skip to content

Commit 13b8a35

Browse files
authored
Fixed a few markup things
1 parent 4c2d35f commit 13b8a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Request::sendMessage([
5454
]);
5555
```
5656

57-
A ReplyKeyboardMarkup is created by calling the static make method on `ReplyKeyboardMarkup` after that every field,
58-
like `one_time_keyboard` you want to set can be chained by calling it in camelCase. Buttons can be added by calling
59-
the `button` method. We have a detailed look on that later.
57+
A ReplyKeyboardMarkup is created by calling the static `make()` method on `ReplyKeyboardMarkup`. After that every field,
58+
like `one_time_keyboard`, can be chained by calling it in camelCase. Buttons can be added by calling
59+
the `button()` method. We have a detailed look on that later.
6060

6161
The classes and fields are named after the corresponding type and fields of
6262
the [Telegram Bot API](https://core.telegram.org/bots/api).

0 commit comments

Comments
 (0)