From 73b5c8158fa3eab55e3e18120124af3dffc9c536 Mon Sep 17 00:00:00 2001 From: dsilva06 Date: Tue, 20 Sep 2022 19:26:13 +0000 Subject: [PATCH] updated READme --- exercises/08.1-Your-First-If/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/08.1-Your-First-If/README.md b/exercises/08.1-Your-First-If/README.md index 7641e276..1b360fc6 100644 --- a/exercises/08.1-Your-First-If/README.md +++ b/exercises/08.1-Your-First-If/README.md @@ -18,4 +18,4 @@ The current application is prompting asking how much money the user has. Once th + Use an If/else statement to check the value of the `total` variable. -+ Further informetion [here](https://docs.python.org/3/tutorial/controlflow.html#if-statements). ++ Further information [here](https://docs.python.org/3/tutorial/controlflow.html#if-statements).