diff --git a/README.md b/README.md index c957247..afa701c 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ You can use all these methods as bot funcs. All methods have name like in offici `bot.SendMessage`, `bot.GetMe`, `bot.SendPhoto`, etc All methods have signature `(ctx context.Context, params ) (, error)`. -Except `GetMe`, `Close` and `Logout` which are have not params +Except `GetMe`, `Close` and `Logout` which have no params `` is a struct with fields that corresponds to Telegram Bot API parameters. All Params structs have name like for corresponded methods, but with `Params` suffix.