From bb54c524e9bb115c1fcb5ef5765922c4681b842b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20H=C3=B6schle?= <markus.hoeschle@tuebingen.mpg.de>
Date: Wed, 29 Nov 2023 09:46:02 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c71e22d..461ce92 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ This should be helpful if you are using more than one camera and you want to mak
 
 ##### Execute Script
 
-Execute the scipt via cmd. BaslerChangeParameters.py 'argument' be sure to be in the same folder as the scipt. The argument could be any toml file that has follows the template.
-for e.g. python BaslerChangeParameters.py tomlfile.toml
+Execute the scipt via cmd. BaslerChangeParameters.py 'argument' be sure to be in the same folder as the scipt. The argument could be any toml file that follows the template "camera_parameters_config.toml".
+for e.g. python basler_camera_access.py tomlfile.toml
 
 **arguments to choose:**
 :**gain**: increase the brightness of the image output
-- 
GitLab