www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f22e9b0683601f60ad58ed193ab7a5a43b122522
parent bdc5db67f0b2df4862fd6e79df8abb8559c97442
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Wed,  6 Jul 2016 15:51:14 -0400

add racket version req to readme

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -7,3 +7,5 @@ - run all tests (from test directory) with `racket run-all-tests.rkt` - run just mlish tests (from test directory) with `racket run-all-mlish-tests.rkt` + +- running tests require Racket v6.5 or later +\ No newline at end of file