summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be851dd..072c17d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-My coursework for the [Nand2Tetris Course](http://nand2tetris.org/).
-Of these files my work is licensed under GPLv2+.
+My coursework for the [Nand2Tetris Course](http://nand2tetris.org/), including a 2048 clone written in the Jack language and Haskell implementation of the Hack assembler, Jack Compiler and VM Translator
+Of these files my work is licensed under GPLv3+.
File descriptions:
- `asms`: The Hack assembly programs in [Project 4](http://nand2tetris.org/04.php).