From 970bfee3f31d96d69e04a0202b85036af2fd0e04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20H=C3=B6schle?= <markus.hoeschle@tuebingen.mpg.de>
Date: Fri, 24 Nov 2023 10:03:29 +0100
Subject: [PATCH] Update README.md because of major changes in the code

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

diff --git a/README.md b/README.md
index 8c76a0a..c71e22d 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.
-for e.g. python BaslerChangeParameters.py read
+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
 
 **arguments to choose:**
 :**gain**: increase the brightness of the image output
@@ -20,8 +20,9 @@ for e.g. python BaslerChangeParameters.py read
 
 ##### Next steps
 
-Connect to several computers via network and get acces to other cameras to change the settings in those cameras too.
-unsing netconnect.py.
+- create a template for toml files
+
+-Connect to several computers via network and get acces to other cameras to change the settings in those cameras too by using netconnect.py
 
 
 Skills: python, cmd, 
-- 
GitLab