diff --git a/README.md b/README.md index 34af77d..226ee6f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Functions decorated by `received` have access to a `msg` parameter that has the Example of a bot that echos a message back to the sender: ```Python -from bot import LXMFBot +from lxmfbot import LXMFBot bot = LXMFBot("NodeBot")