Skip to content

Commit

Permalink
Fix paths in README
Browse files Browse the repository at this point in the history
  • Loading branch information
P1n3appl3 committed Jun 5, 2017
1 parent 1c6ec77 commit 11571f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ nand2tetris course work
# Software
## Compiler (.jack -> .vm)
```
usage: python Compiler/main.py [options] source[.jack]
usage: python Software/Compiler/main.py [options] source[.jack]
sourceFile(s) may be file or directory.
options:
-m mutes status messages
-x creates syntax analysis xml file
```
## VM Translator (.vm -> .asm)
```
usage: python VMTranslator/main.py [options] source[.vm]
usage: python Software/VMTranslator/main.py [options] source[.vm]
sourceFile(s) may be file or directory.
options:
-m mutes status messages
Expand All @@ -22,7 +22,7 @@ options:
```
## Assembler (.asm -> .hack)
```
usage: python assembler.py sourceFile[.asm]
usage: python Software/assembler.py sourceFile[.asm]
options:
-m mutes status messages
-p prints output to stdout
Expand Down

0 comments on commit 11571f1

Please sign in to comment.