From 5292d35dc03918a1656b2f50d71750c5faf92eab Mon Sep 17 00:00:00 2001 From: James Kyle Date: Thu, 31 Mar 2016 02:26:00 -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 cbd8c47..c280bc8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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?