From dde477fcda55ebb05300a546d08e6fe6f3d4b92b Mon Sep 17 00:00:00 2001 From: randogoth Date: Fri, 19 May 2023 11:18:30 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")