From d2b4e4e1052fc5e640af2dee51605e28eb20d735 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Markus=20H=C3=B6schle?= <markus.hoeschle@tuebingen.mpg.de>
Date: Wed, 19 Jul 2023 16:23:46 +0200
Subject: [PATCH] Update README.md - make the arguments to choose bolded

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

diff --git a/README.md b/README.md
index 586d414..8c76a0a 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ Execute the scipt via cmd. BaslerChangeParameters.py 'argument' be sure to be in
 for e.g. python BaslerChangeParameters.py read
 
 **arguments to choose:**
-:gain: increase the brightness of the image output
-    :delay: allows to determine the period of time between the detection of the trigger signal and the actual start of the exposure
-    :exposure: specifies how long the image sensor is exposed to light during image acquisition.
-    :read: reads out all the parameters that can be used as arguments 
-    :fps: allows you to determine the estimated frame rate with the current camera settings.
+:**gain**: increase the brightness of the image output
+:**delay**: allows to determine the period of time between the detection of the trigger signal and the actual start of the exposure
+:**exposure**: specifies how long the image sensor is exposed to light during image acquisition.
+:**read**: reads out all the parameters that can be used as arguments 
+:**fps**: allows you to determine the estimated frame rate with the current camera settings.
 
 
 ##### Next steps
-- 
GitLab