(docs) readme - Fix typo
This commit is contained in:
parent
4854ce34fa
commit
83e980b685
|
|
@ -16,7 +16,7 @@ Cardiograph is an imaginary computer. It has three main components:
|
|||
### Quick examples
|
||||
|
||||
Assemble and run:
|
||||
```./assembler.js -i <source.asm> | cardiograph.js```
|
||||
```./assembler.js -i <source.asm> | ./cardiograph.js```
|
||||
|
||||
Assemble to a file:
|
||||
```./assembler.js -i <source.asm> -o <machinecode.out>```
|
||||
|
|
|
|||
Loading…
Reference in New Issue