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.