From 8a3b12a247accc6531eed8dff72130f9853cc421 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 3 Jun 2018 10:09:40 +0200 Subject: [PATCH] Fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf5b91..57ce594 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ * [**Haskell**: _Write You a Haskell_](http://dev.stephendiehl.com/fun/) * [**Java**: _Crafting interpreters: A handbook for making programming languages_](http://www.craftinginterpreters.com/) * [**JavaScript**: _The Super Tiny Compiler_](https://github.com/jamiebuilds/the-super-tiny-compiler) -* [**JavaScript**: The Super Tiny Interpreter](https://github.com/keyanzhang/the-super-tiny-interpreter) +* [**JavaScript**: _The Super Tiny Interpreter_](https://github.com/keyanzhang/the-super-tiny-interpreter) * [**OCaml**: _Writing a C Compiler_](https://norasandler.com/2017/11/29/Write-a-Compiler.html) * [**Pascal**: _Let's Build a Compiler_](https://compilers.iecc.com/crenshaw/) * [**Python**: _A Python Interpreter Written in Python_](http://aosabook.org/en/500L/a-python-interpreter-written-in-python.html)