浏览代码

fix read me

Nhu Nguyen 6 年前
父节点
当前提交
25a781ef26
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.MD

+ 4
- 4
README.MD 查看文件

@@ -41,10 +41,10 @@ Test-Driven Development allows us to fully utilize our mental capacity to clearl
41 41
 
42 42
 # Instruction
43 43
 Given a number, your method should return a string:
44
-- Fizz if it's divisible by 3
45
-- Buzz if it's divisible by 5
46
-- FizzBuzz if it's divisible by 15
47
-- the number otherwise
44
+- "Fizz" if it's divisible by 3
45
+- "Buzz" if it's divisible by 5
46
+- "FizzBuzz" if it's divisible by 15
47
+- the number in string format otherwise
48 48
 
49 49
 ## Todo
50 50
 1. For this repo