From c969dcdd2d1d63767fb643fad7377aa9030f1965 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 6 Apr 2014 00:05:55 +0100 Subject: [PATCH] Updated the README to reflect what (little) has been achieved tonight. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53c0f3f..ff315ef 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ At this stage, try (generate-tests ) -It will attempt to read function definitions from the indicated file and generate as Clojure source a set of clojure.test test definitions -for the code passed. Currently the output goes to a file just called 'output'. For example: +It will attempt to read function definitions from the indicated file and generate as Clojure source a set of clojure.test test definitions for the code passed. The output goes into my best guess at the appropriate place. For example: (deftest test-write-test @@ -62,7 +61,7 @@ which will read the file at *filename*, presumed to be Clojure source, and write ## License -Copyright © 2014 FIXME +Copyright © 2014 Simon Brooke and others Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.