From 7e9153a0ee14d22675fb76796df556570b221b52 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 16 Jun 2015 00:43:35 +0900 Subject: [PATCH] update README for examples and versions of Crystal --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 113c5c9..61bb30b 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,14 @@ This project is a toy box for my dynamic language ideas. 1. Install `crystal` command ([instruction](http://crystal-lang.org/docs/installation/index.html)) 2. `$ crystal run /path/to/Crisp/crisp.cr` +## Examples + +Please see [mal test cases](https://github.com/rhysd/Crisp/tree/master/spec/crisp/mal_specs/tests) for now. + ## Development Environment - OS X -- Crystal 0.7.1, 0.7.2 +- Crystal 0.7.1 ~ 0.7.3 ## License