From 9cc813a3d7481bfd2478f4d434d3168fa7c3d04d Mon Sep 17 00:00:00 2001
From: fejung <felix-jung3@web.de>
Date: Wed, 5 Apr 2023 16:00:27 +0200
Subject: [PATCH] Update

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

diff --git a/README.md b/README.md
index c482ea2..d303ed8 100644
--- a/README.md
+++ b/README.md
@@ -29,11 +29,11 @@ Afterwards run either predict_cpu or predict_cuda depending on your hardware. Fo
 ```
 python predict_cpu filepath
 ```
-You can specify the growth temperature and protein environment the following way
+You can specify the growth temperature and protein environment in the following way
 ```
 python predict_cpu filepath -g growthtemp<int> -m measurementcondition <str>
 ```
-The only available measurement conditions are "Lysate" and "Cell". The default parameters for the growth temperature and the measurement conditios are 22 degrees Celsius and "Cell".
+The only available measurement conditions are "Lysate" and "Cell". The default parameters for the growth temperature and the measurement conditios are 22 degrees Celsius and "Cell", respectivly.
 In case you want to store the output file you can do that by specifying the save path with the flag -s
 ```
 python predict_cpu filepath -g growthtemp<int> -m measurementcondition<str> -s savepath<str>
-- 
GitLab