diff --git a/README.md b/README.md
index c482ea2987b8b2a84175ad88498599ef0fc1e96a..d303ed8dc4e380ed478b3b5c42297e0cfd193550 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>