diff --git a/README.md b/README.md
index 4978c04580c687be58caaeb031c6b00ea86077db..fa5e58ebc1b45c1738f75a525e68f017e1c3a7e2 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