diff --git a/README.md b/README.md
index 2f016ce158cf36c7e00f5bcc9e9fe89902d585ba..6babca763705a0a938e9483c64465a3a17313665 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
+# AUTHORS
+
+Chernenko Tatjana, Toyota Utaemon
+
+(chernenko|toyota)@cl.uni-heidelberg.de
+
+Institute of Computational Linguistics
+
+Heidelberg University, Germany
+
 # CHERTOY
 
 This is an implementation of the CHERTOY system for the Word Sense Induction task (the Task 11 at SemEval 2013).
@@ -11,7 +21,7 @@ It makes the preprocessing of the input data, creates a language model using vec
 
 ## RUNNING INSTRUCTIONS
 
-Dependences:
+Dependencies:
 - sense2vec (paper: https://arxiv.org/abs/1511.06388, code: https://github.com/explosion/sense2vec)
 - skikit-learn
 
@@ -98,7 +108,7 @@ python3 chertoy.py /home/tatiana/Desktop/FSemantik_Projekt /test /topics.txt /re
 
 ### Other files:
 
-* Appendix.pdf - a performance table with F1, RI, ARI and JI values of the baseline and 40 experiments (incl. CHERTOY) on the trial data.
+* Performances_Table.pdf.pdf - a performance table with F1, RI, ARI and JI values of the baseline and 40 experiments (incl. CHERTOY) on the trial data.
 
 * bin