From e6257a1fe2832b6def157654a5a2789612e959e9 Mon Sep 17 00:00:00 2001 From: Auredy Sanchez Date: Sat, 5 Dec 2020 15:04:48 -0500 Subject: [PATCH 1/2] add exclamation mark --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a26c4c0..cc39282 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Build a guessing game in the command line! -Similar to the lesson, you will be building a guessing game! The main difference with this lab is the computer will generate a random number and it's up to you to guess it. +Similar to the lesson, you will be building a guessing game! The main difference with this lab is the computer will generate a random number and it's up to you to guess it.! ## Learning Objectives -- Practice building a command line game +- Practice building a command line game! - Understanding how to control the flow of a program - Practice writing code to make tests pass From 7e89c26dfc757f2c9cdb393c1c7870b54af98a0b Mon Sep 17 00:00:00 2001 From: Auredy Sanchez Date: Sat, 5 Dec 2020 15:27:15 -0500 Subject: [PATCH 2/2] add exclamation mark --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc39282..77c35ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Pursuit Logo](https://avatars1.githubusercontent.com/u/5825944?s=200&v=4)](https://pursuit.org) -# Guessing Game Lab +# Guessing Game Lab! Build a guessing game in the command line!