diff --git a/README.md b/README.md
index 9e4869e..2b1f9c7 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ And the original [Breast Cancer Wisconsin (Diagnostic) data set (WDBC)](https://
The script (and RMD) import the data set from the UCI source, so there is no need to download it first.
**Please note:**
-The RMD will take a minimum of 40 minutes -- and more likely over an hour -- to run. It also requires that the user has installed a number of ML packages for R, consistent with those used in for [ensemble modelling in Harvard edX course](https://rafalab.github.io/dsbook/machine-learning-in-practice.html#ensembles) on Machine Learning. The script largely runs silently (the output captured). Any warnings or error messages may be safely ignored. Not every model works perfectly on each testing condition/variation, which is the point of testing the various models against similar controlled conditions.
+The RMD will take a minimum of 40 minutes -- and more likely over an hour -- to run. It also requires that the user has installed a number of ML packages for R, consistent with those used in for [ensemble modelling in the Harvard edX course](https://rafalab.github.io/dsbook/machine-learning-in-practice.html#ensembles) on Machine Learning. The script largely runs silently (the output captured). Any warnings or error messages may be safely ignored. Not every model works perfectly on each testing condition/variation, which is the point of testing the various models against similar controlled conditions.
Thank you,
Thom J. Haslam