From 721b090971efe930ff85969927e16091226f189a Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 30 May 2017 07:01:09 -0400 Subject: [PATCH] i am too tired --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f61bb9d..1276766 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # micro -A minimal compiler in ML, as seen in [this tutorial](http://troydm.github.io/blog/2014/03/29/writing-micro-compiler-in-ocaml/). +A minimal compiler in OCaml, as seen in [this tutorial](http://troydm.github.io/blog/2014/03/29/writing-micro-compiler-in-ocaml/). Work in progess.