diff --git a/README.md b/README.md index 9e3e1b6..4ddb0f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Reminder of the rules: For numbers 1 through 100, * if the number is divisible by 3 print Fizz; -* if the number is divisilbe by 5 print Buzz; +* if the number is divisible by 5 print Buzz; * if the number is divisible by 3 and 5 (15) print FizzBuzz; * else, print the number.