From ac030a28b4ffaa32342c7ad301f458d4ff9feed9 Mon Sep 17 00:00:00 2001 From: Jerome Benoit Date: Sun, 26 Feb 2017 13:14:48 +0100 Subject: [PATCH] README: fix some typos. Signed-off-by: Jerome Benoit --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index a841100..6b30262 100644 --- 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. @@ -37,5 +37,5 @@ 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#.c - edit the Makefile to change the TARGET variable to the + Edit the Makefile to change the TARGET variable to the exercice name desired -- 2.34.1