From 13be31ebfcf948129c1c3e7fc2a15bf0be4d9d98 Mon Sep 17 00:00:00 2001 From: James Kyle <me@thejameskyle.com> Date: Thu, 31 Mar 2016 02:26:18 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c280bc8..ef6e9d8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ written in easy to read JavaScript. Reading through the guided code will help you learn about how *most* compilers work from end to end. -## [Want to jump into the code? Click here](super-tiny-compiler.js) +### [Want to jump into the code? Click here](super-tiny-compiler.js) + +--- ### Why should I care?