diff --git a/new_specie/README b/new_specie/README.md
similarity index 53%
rename from new_specie/README
rename to new_specie/README.md
index b3a97fa5d6a4258ad8f5c006bed9532a2947e662..3e31795b3086be10db526d810b53d1c60b1dcd64 100755
--- a/new_specie/README
+++ b/new_specie/README.md
@@ -1,11 +1,11 @@
-Scripts to train an auto-encoder and cluster animal vocalisation by frequency-contour similarity
-Vocalisation detection needs to be done prior to this process
+Scripts to train an auto-encoder and cluster animal vocalisations by frequency-contour similarity
+Vocalisation detection needs to be done prior to this process (stored in a .csv file)
 
 Scripts need to be called in the following order :
 train_AE.py
 compute_embeddings.py
 sort_cluster.py
 
-use --help to get more information on each scripts' usages
+use python script.py --help to get more information on each scripts' usages
 
 required packages can be found in the requirements.txt file