From 4d3e00898b50a6a3b8c8128269d69713da97c6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 20 Dec 2021 22:38:18 -0300 Subject: [PATCH] Fixed proper name of university (line 04) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d9a1b..b2b8902 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Covid API # Introduction -This project builds upon the dataset of [John Hopkins University](https://github.com/CSSEGISandData/COVID-19) in CSV form which was converted to JSON Time Series format by [pomber](https://github.com/pomber/covid19). +This project builds upon the dataset of [Johns Hopkins University](https://github.com/CSSEGISandData/COVID-19) in CSV form which was converted to JSON Time Series format by [pomber](https://github.com/pomber/covid19). Our project intends to make that set queryable in a manner in which it could be easily consumed to build public dashboards.