From f855200e1c1acf7c384f47eca292df4bfd7b4415 Mon Sep 17 00:00:00 2001
From: Anton Kullberg <anton.kullberg@liu.se>
Date: Fri, 12 Nov 2021 16:20:46 +0100
Subject: [PATCH] readme: added title and intro information

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 153bfc2..0f15d8d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-Code repository for Python implementations of some multiple target tracking algorithms. See Getting started for information on how to run the code and generate result plots.
+# Multiple Target Tracking -- Course work at Linköping University
+Code repository for Python implementations of some multiple target tracking algorithms, specifically developed for the course Target Tracking at Linköping University, see [Target Tracking](https://mtt.edu.hendeby.se/). See Getting started for information on how to run the code and generate result plots.
 
 ### Run Notebooks on Binder
 The notebooks are hosted on Binder and can immediately be run.
-- 
GitLab