From 46b9abfc8631c0f6465289475d20a42e17364632 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sat, 17 Jan 2026 12:15:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c921917..951cec0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Jack VM Translator +# Jack Compiler -This is a VM Translator made as the an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). It assumes that the vm file file does not have errors for now. +This is a compiler made as the an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). It assumes that the jack file does not have errors for now. To compile the program run the following command: ```