From 97ae4f6e967bf5ffa28a55ff30f8b37f8d423fd2 Mon Sep 17 00:00:00 2001
From: Arin Wongprommoon <arin.wongprommoon@ed.ac.uk>
Date: Wed, 8 Feb 2023 10:29:44 +0000
Subject: [PATCH] docs: update to reflect refactor re Image & Dataset classes

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

diff --git a/README.md b/README.md
index 2e66c2e8..c9ef008d 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",
-- 
GitLab