diff --git a/README.md b/README.md
index ef0957f91cd7091474329fe6a37a0f62e36f53c5..f14bcf703c2310162fcc3a6b9c13daa4212b6c2d 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ You can specify the growth temperature and protein environment 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 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".
 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>