summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2018-03-10 16:41:31 +0100
committerYuchen Pei <me@ypei.me>2018-03-10 16:41:31 +0100
commit4ae42daaca0fb7c909f736997f227c51a48f6c7b (patch)
treeab824792910d38e3fd683cf2bb0bad3c4e27466e /README.md
parentaf9102218c26e97936ac8b13a5efccc5ec8ca163 (diff)
minor edits
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).