From 55f783a6795f3af6a0bb8ab1529c5b90db5f389f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BURST=20C=C3=A9lian?= Date: Fri, 19 Nov 2021 16:11:57 +0100 Subject: [PATCH] =?UTF-8?q?Corrig=C3=A9=20du=20titre=20&=20update=20de=20l?= =?UTF-8?q?'ordre=20du=20chapitre=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c646500..e9dc83a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# Cours et exercices pour les débutants en programation +# Cours et exercices pour les débutants en programmation
@@ -8,7 +8,7 @@ ## Chapitres -- **[Variables, Constantes et Types](#variable-constante-type "Chapitre Premier")**
+- **[Types, Variables & Constantes](#variable-constante-type "Chapitre Premier")**
- **[Types](#types "Chapitre 1.1")**
- **[Variables](#variables "Chapitre 1.2")**
@@ -21,7 +21,7 @@ - **[Exercices](#exercice "Exercice")**
-## Variables, Constantes et Types
+## Types, Variables & Types
Comme vous avez pu le lire dans le titre, nous allons voir dans ce premier chapitre des notions de base en programmation. Ces notions sont les [types](#types "Chapitre 1.1"),[variables](#variable "Chapitre 1.2")ainsi les les [constantes](#constante "Chapitre 1.3") .