From 3dcea55dee1259cf737f24c444c077093de956fd Mon Sep 17 00:00:00 2001
From: Sharon Yates <30626642+sharoncy@users.noreply.github.com>
Date: Wed, 15 May 2024 10:21:21 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index a015216..88530fe 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()
 
-- 
GitLab