Skip to content

Commit acd3f2b

Browse files
committed
Update README.md
1 parent 5fb8627 commit acd3f2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ExerciseFour/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ If the guess is too high it should tell the user the it’s guess is too high or
2525

2626
For example:
2727

28-
* Sorry <user_name> your guess is to low Or Sorry <user_name> your guess is too high
28+
* Sorry <user_name> your guess is to low Or Sorry <user_name> your guess is too high
2929

3030
If the guess is correct display :
3131

32-
* Well done, <user_name> the number is <the number>, it took you <number of guesses> guesses”.
32+
* Well done, <user_name> the number is <the number>, it took you <number of guesses> guesses”.
3333

3434
If the user selected easy:
3535

36-
* the max number for the random number seed is 50, if intermediate it is 250 and if hard it should be 1000.
36+
* the max number for the random number seed is 50, if intermediate it is 250 and if hard it should be 1000.
3737

3838
Bonus features:
39-
* Let the game remember the three best attempts.
40-
* Congratulate the user if he is in the top 3.
39+
* Let the game remember the three best attempts.
40+
* Congratulate the user if he is in the top 3.
4141

0 commit comments

Comments
 (0)