From f4f114b12ed9ea73af8b5308c257f67af3e837bb Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 3 Apr 2014 08:22:54 +0100 Subject: [PATCH] Minor markdown fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60dfdcb..c4d69ba 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ What I intend to end up with is a function (generate-tests ) -which will read the file at , presumed to be Clojure source, and write a new file containing a complete test suite for that source file, which should exercise every branch and find as many as possible of the interesting corner cases. This does not work yet! +which will read the file at *filename*, presumed to be Clojure source, and write a new file containing a complete test suite for that source file, which should exercise every branch and find as many as possible of the interesting corner cases. This does not work yet! ## License