From f5cbcf7aff1a62c19a6949a77c211d442bba823e Mon Sep 17 00:00:00 2001 From: James Kyle Date: Thu, 31 Mar 2016 02:20:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f556545..43f3998 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# THE SUPER TINY COMPILER +THE SUPER TINY COMPILER Welcome to The Super Tiny Compiler. It's an ultra simplified example of all the major pieces of a modern compiler written in easy to read JavaScript. Reading