From 85af56374786a64068c943412f9a35272b2fe210 Mon Sep 17 00:00:00 2001
From: "E.  Cheynet" <ECheynet@users.noreply.github.com>
Date: Sun, 10 May 2020 21:13:16 +0200
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 90ad7a2..51d829a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The present submission includes several majors difference with respect to ref. [
 The present submission contains:
 - A function SEIQRDP.m that is used to simulate the time histories of the infectious, recovered and dead cases (among others)
 - A function fit_SEIQRDP.m that estimates the eight parameters used in SEIQRDP.m in the least square sense.
-- One example file Tutorial.mlx, which presents the numerical implementation.
+- One example file Documentation.mlx, which presents the numerical implementation.
 - One example file Example_province_region.mlx, which uses data collected by the Johns Hopkins University for the COVID-19 epidemy [3] for Hubei province (China).
 - One example file Example_Country.mlx, which uses data collected by the Johns Hopkins University for the COVID-19 epidemy [3] for a coutnry.
 - One file "ItalianRegions.mlx" written by Matteo Secli (https://github.com/matteosecli) that I have modified for a slightly more robust fitting.