diff --git a/README.md b/README.md
index cdd2dd75..d5c12e55 100755
--- a/README.md
+++ b/README.md
@@ -74,12 +74,12 @@ If you use the data files I've linked above, those are quite large, and will tak
Playlist.ipynb is a simple Jupyter Notebook which creates a nicely formatted playlist for listening to all the generations.
Music Critic:
- - make_critic_data.py - create the training and test datasests (requires a trained generation model to create the fake data)
+ - make_critic_data.py - create the training and test datasets (requires a trained generation model to create the fake data)
- critic.py - trains a classifier to predict if a sample is human-composed or LSTM-composed
Composer Classifier:
- - make_composer_data.py - create the training and test datasests (all from human composed pieces)
+ - make_composer_data.py - create the training and test datasets (all from human composed pieces)
- composer_classifier.py - trains a classifier to predict which human composed the piece