From d6ccd5160e49ae456dc76f01de65239a0edcef11 Mon Sep 17 00:00:00 2001
From: Corentin Vande Kerckhove <corentinvdk@gmail.com>
Date: Tue, 25 Oct 2022 11:11:24 +0200
Subject: [PATCH] renaming sections in the README

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8886649..195403d 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,6 @@
 The following repository contains different coding ressources linked to the Web Mining course. 
 
 The repository contains exercises and ressources for the three major part of the course
-- collecting : scripts related to data collection on the web
+- data-collection : scripts related to data collection on the web
 - text-mining : scripts related to the process of transforming unstructured textual data
-- network-analysis : scripts related to the exploration and transformation of networks and graphs
+- link-analysis : scripts related to the exploration and transformation of networks and graphs
-- 
GitLab