From a14f51c656f1e73d8b9e3313a496a99b4612ad8b Mon Sep 17 00:00:00 2001
From: Inigo Reiriz <inigoreiriz@gmail.com>
Date: Thu, 16 Jul 2020 12:16:24 +0200
Subject: [PATCH] added description

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4978c04..fa5e58e 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
 # Fizz Buzz
 
-Inigo Reiriz
+Write a program that prints the numbers from 1 to 100.
+But for multiples of three print "Fizz" instead of the number
+And for the multiples of five print "Buzz".
+For numbers which are multiples of both three and five print "FizzBuzz".
+
+- Inigo Reiriz
-- 
GitLab