diff --git a/README.md b/README.md
index 4452f5a..aae2d4d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ This example shows a simple way of leveraging some of the most widely used Machi
@@ -115,4 +115,4 @@ To change those, open the file `m2cgen/model/build_model.py` and change the foll
- `model`: defines the scikit-learn predictor algorithm to use. While it currently uses `sklearn.linear_model.LogisticRegression`, many [other possibilities](https://scikit-learn.org/stable/modules/classes.html) are available, from several types of linear regressions to solutions such as support vector machines (SVMs).
- `train_csv`: a URL or file path to a CSV file containing the dataset. It should contain a first row with the feature names, followed by the data.
- `include`: an optional list indicating a subset of the dataset's features to be used in the prediction model.
-- `dependent_var`: the feature to be predicted, such as the entry's classification
\ No newline at end of file
+- `dependent_var`: the feature to be predicted, such as the entry's classification