diff --git a/README.md b/README.md
index 3738525ef6b8389218788d97c81a67d404752774..e0b38660a1bb7f3339f5faf1840f17bb03d649a1 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"