From 1e4402ca410675fbdf421e6f96588f98fa582ddb Mon Sep 17 00:00:00 2001
From: Felix Agner <felix.agner@control.lth.se>
Date: Tue, 1 Nov 2022 13:43:40 +0100
Subject: [PATCH] small readme fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3738525..e0b3866 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ with Connection(HOST) as bot:
 **Example:**
 A pre-defined script which rotates first one way, then the other, and prints logged angle:
 ```
-from omnibot_client.Dummybot import run_dummybot
+from omnibot.Dummybot import run_dummybot
 
 # Insert suitable IP-adress
 HOST = "localhost"
-- 
GitLab