From 359d40f0033296966acc67ae9bd42b665b95bc13 Mon Sep 17 00:00:00 2001 From: dipbhujbal <46838816+dipbhujbal@users.noreply.github.com> Date: Thu, 18 Nov 2021 13:53:21 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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