diff --git a/README.md b/README.md
index 2e66c2e835dfa1daa03d0a5382fb99b3f2ad2351..c9ef008d4a0a2d3d41f85a9e84a88b77631453b3 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,7 @@ The output is a folder with the original logfiles and a set of hdf5 files, one w
 
 ALIBY's tooling can also be used as an interface to OMERO servers, taking care of fetching data when needed.
  ```python
-from aliby.io.dataset import Dataset
-from aliby.io.image import Image
+from aliby.io.omero import Dataset, Image
 
 server_info= {
             "host": "host_address",