diff --git a/README.md b/README.md index ad57927..e7180dd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ func main() { return } - bot.Handle("/hello", func(m tele.Context) error { + b.Handle("/hello", func(m tele.Context) error { return m.Send("Hello") })