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: ```