Spell fix in comment.
[TD_C.git] / README
diff --git a/README b/README
index 76ed21a563061d495d42b444b6050095a42f6e2c..80f8fbc5e34d6ee47591676614bae578c1d08adf 100644 (file)
--- a/README
+++ b/README
@@ -9,17 +9,17 @@ TP_#/exo?, where # is a digit representing the TP number and
 ? is a digit representing the exercice number, is the repository
 where lies the solution to exercice ? TP #.
 
-Building the solutions:
+Building the solution:
 -----------------------
 
   cd TP_#/exo? && make
 
-Cleaning the solutions:
+Cleaning the solution:
 -----------------------
 
   cd TP_#/exo? && make clean
 
-Running the solutions:
+Running the solution:
 ----------------------
 
   cd TP_#/exo? && ./exo?
@@ -32,5 +32,5 @@ It's the directory exo_skel with a basic Makefile inside
 To use it:
   $ cp -a exo_skel TP_#/exo? (where # and ? are digits)
   $ cd TP_#/exo? && cp exo_skel.c exo?.c
-  Edit the Makefile to change the TARGET variable to the
+  Edit the Makefile to change the BINARY_NAME variable to the
   exercice name desired