From 31425d8a4ec84b26ee06272e0bade14a365b0c43 Mon Sep 17 00:00:00 2001 From: Manas Karekar Date: Sun, 3 Mar 2013 23:06:39 -0500 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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