From 886a65645debc983f6e5e15ebeaaf919afe97622 Mon Sep 17 00:00:00 2001 From: jacquikeating Date: Sat, 23 Mar 2024 01:44:09 -0400 Subject: [PATCH] Corrected typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65a0015..8bff94f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### This is not a scientifically correct or rigorous simulation. It is used for programming learning purposes only! -This is a crude simulation of an edpidemic using Python and `pygame`. +This is a crude simulation of an epidemic using Python and `pygame`. The simulation consists of a 2-dimensional space in which a configurable number of epidemiological hosts move and transmit a contagious state with variable linear velocity.