From a98be27747e7ea6877b1c08cdb2f5bd84869491e Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Mon, 17 Feb 2020 20:56:23 +0400 Subject: [PATCH] Fix readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a96b4db..cee3c15 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # YAVM -YAVM *(yet another virtual machine)* - is a toy implementation of registry-based virtual (abstract) machine for simple assembler. +YAVM *(yet another virtual machine)* - is a toy implementation of registry-based virtual (abstract) machine for simple assembler. + Features: - Load number into register - Add two numbers