README: fix some typos.
[TD_C.git] / README
diff --git a/README b/README
index 2a8c02212bd8b8bc8dacd5c13e4f4aec2ef58c62..6b302620204184540faec44a5e431f9a60d6d5c1 100644 (file)
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Introduction:
 The whole purpose of the current C code is to solve the 
 Polytech'Marseille C tutorial exercices.
 
-The repositories organisation is pretty straightforward: 
+The repository organisation is pretty straightforward:
 -> exo? where ? is a digit is the repository where lies the 
 solution to exercice one, and so on.
 
@@ -35,7 +35,7 @@ Exercice skeleton:
 It's the directory exo_skel with a basic Makefile inside
 
 To use it:
-  cp -a exo_skel exo# where # is a digit
-  cd exo# && cp exo_skel.c exo#                    
-  edit the Makefile to change the TARGET variable to the 
+  $ cp -a exo_skel exo# (where # is a digit)
+  $ cd exo# && cp exo_skel.c exo#.c                    
+  Edit the Makefile to change the TARGET variable to the
   exercice name desired