diff --git a/README.md b/README.md
index 1a599ef863848bad1adc294d7d2b5b017ec571db..225c3d031e367c4cf3fc78fe62d279668ca9ab05 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ In the Example subrepository, you can find a dataset and the output files that y
 ```python
 python3 run_mem.py sobar-72.csv  --nbcpus 12 --target ca_cervix
 ```
-The dataset comes from the UCI Machine Learning Repository ([dataset](https://archive.ics.uci.edu/ml/datasets/Cervical+Cancer+Behavior+Risk)). It dataset contains 19 attributes regarding cervical cancer behavior risk with class label is ca_cervix with 1 and 0 as values which means the respondent with and without cervical cancer, respectively.
+The dataset comes from the UCI Machine Learning Repository ([dataset](https://archive.ics.uci.edu/ml/datasets/Cervical+Cancer+Behavior+Risk)). It contains 19 attributes regarding cervical cancer behavior risk, with class label ca_cervix with 1 and 0 as values which means the respondent is with and without cervical cancer, respectively.