diff --git a/README.md b/README.md
index 704951459c54a85d5f73fa56c744b69297881244..847cf920c376d6cb0cf1b44f5e5cfcee7c8dacc1 100644
--- a/README.md
+++ b/README.md
@@ -87,31 +87,6 @@ Options:
   - experiment.nd2
   - experiment_meta.json
 
-
-# Combine several nd2 into tif time series
-
-### Use
-
-`python -m nd2_combine path_to_folder`
-
-#### Input:
-
-- Folder:
-  - D1:
-    - condition1.nd2
-    - condition2.nd2
-  - D2:
-    - condition1.nd2
-    - condition2.nd2
-
-#### Output:
-
-- Folder:
-  - Compressed:
-    - condition1:
-      - Pos_001.tif <- D1, D2 images for well 1
-      - Pos_002.tif <- D1, D2 images for well 2
-
 ## segment: Segment organoids in bright field
 
 ### Use