From c0dfa6cdd17d9d2da3e3e4b872b26f56155baa26 Mon Sep 17 00:00:00 2001 From: Rory Healy <48542144+roryhealy@users.noreply.github.com> Date: Fri, 9 Apr 2021 12:48:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bbbd43..201abd5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Student ID: 964275 ## Description ### Part A: COVID-19 data analysis -Using the Our World In Data (OWID) COVID-19 dataset (available (here)[https://covid.ourworldindata.org/data/owid-covid-data.csv]), this part of the project deals with pre-processing, visualisation, and discussion of the dataset. +Using the Our World In Data (OWID) COVID-19 dataset (available [here](https://covid.ourworldindata.org/data/owid-covid-data.csv)), this part of the project deals with pre-processing, visualisation, and discussion of the dataset. ### Part B: Cricket news search engine Using the cricket dataset from the LMS, this part of the project deals with building up a basic (and advanced) search engine to search through the news articles to find keywords, and provides rankings.