diff --git a/README.md b/README.md index 5570d746..fc7b8187 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Fizz Buzz Example in Java 8 using JUnit 5 +## testing how to raise a PR ### Fizz Buzz is a game where - if the number is divisible by 3, you say Fizz - if the number is divisible by 5, you say Buzz -- if neither, you say the number \ No newline at end of file +- if neither, you say the number