From e257822344d4c761ab3cdddf017ef2f3a9ea74b4 Mon Sep 17 00:00:00 2001 From: Wilgert Velinga Date: Mon, 2 Dec 2019 21:36:33 +0100 Subject: [PATCH] fix mistake in grade calculator project --- Week2/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week2/MAKEME.md b/Week2/MAKEME.md index 9690a4c91..814988bfb 100644 --- a/Week2/MAKEME.md +++ b/Week2/MAKEME.md @@ -147,7 +147,7 @@ These are the requirements your project needs to fulfill: This is what the script is expected to return in the command line: ```markdown -You got a B (85%)! +You got a D (60%)! ``` Good luck!