diff --git a/README.md b/README.md
index 2d136d489a6b94483de191a2cd1219c5a93849e9..53b1c7a4f0315e0177ee9639aeea8acd97cfeb49 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
 # LINGI2364-Project3_template
-This repository contains the template provided for the third project of the UCLouvain course LINGI2364 - Mining Patterns in Data.
+This repository contains the template provided for the third project of the UCLouvain course [LINGI2364 - Mining Patterns in Data](https://uclouvain.be/cours-2018-lingi2364).
+
+This project consists in using and adapting an implementation of the gSpan graph mining algorithm in order to find frequent subgraphs in a labelled graph database and perform various classification tasks. The gSpan implementation was adapted from [here](https://github.com/betterenvi/gSpan).