From 0a31e9727e5040691c1944f20252d3a09ceb0ce4 Mon Sep 17 00:00:00 2001 From: bany <53461381+9bany@users.noreply.github.com> Date: Thu, 11 May 2023 04:14:53 +0000 Subject: [PATCH] fix smelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76e3d6a..4e9b1a9 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ It's a great way to learn. #### Build your own `Emulator / Virtual Machine` -* [**Ada**: Write your own Virtual Machine in 62 lines of Ada](https://harishtpj.github.io/posts/ada_vm/) +* [**Ada**: _Write your own Virtual Machine in 62 lines of Ada_](https://harishtpj.github.io/posts/ada_vm/) * [**C**: _Home-grown bytecode interpreters_](https://medium.com/bumble-tech/home-grown-bytecode-interpreters-51e12d59b25c) * [**C**: _Virtual machine in C_](http://web.archive.org/web/20200121100942/https://blog.felixangell.com/virtual-machine-in-c/) * [**C**: _Write your Own Virtual Machine_](https://justinmeiners.github.io/lc3-vm/)