diff --git a/README.md b/README.md
index f0815e8..e130e2a 100644
--- a/README.md
+++ b/README.md
@@ -141,3 +141,6 @@ The add_roi method of our RTStruct class has a multitude of optional parameters
- use_pin_hole: A boolean value that defaults to false. If set to true, lines will be erased through your mask such that each separate region within your image can be encapsulated via a single contour instead of contours nested within one another. Use this if your RT Struct viewer of choice does not support nested contours / contours with holes.
- approximate_contours: A boolean value that defaults to True which defines whether or not approximations are made when extracting contours from the input mask. Setting this to false will lead to much larger contour data within your RT Struct so only use this if as much precision as possible is required.
- roi_generation_algorithm: An enum value that defaults to 0 which defines what ROI generation algorithm will be used. 0=\'AUTOMATIC\', 1=\'SEMIAUTOMATIC\', or 2=\'MANUAL\'.
+
+#To be added
+nifti to rtstruct