diff --git a/README.md b/README.md index f3cd403..0b7eaaf 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ The output is telling you that you have a failing test in the file named `01_equalities.clj`, on line 3. So you just need to open that file up and make it pass! You'll always be filling in the blanks to make tests pass. Sometimes there could be several correct answers (or even an infinite number): -any of them will work in these cases. +any of them will work in these cases. Some tests will pass even if you replace +the blanks with whitespace (or nothing) instead of the expected answer. Make sure +you give one correct expression to replace each blank. The koans differ from normal TDD in that the tests are already written for you, so you'll have to pay close attention to the failure messages, because up until