diff --git a/README.md b/README.md
index a015216a4619e62e07b876a09837032ad99dcde6..88530feb49636cfde0e8b63fb67e79c24f5f74c4 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ from PyNutil import PyNutil
 pnt = PyNutil(settings_file=r"PyNutil/test/test.json")
 
 #Use flat can be set to True if you want to use flat files from QuickNII or VisuAlign
-pnt.get_coordinates(object_cutoff=0, use_flat=False)
+pnt.get_coordinates(object_cutoff=0, method ="all", use_flat=False)
 
 pnt.quantify_coordinates()