(docs) readme - Fix typo

This commit is contained in:
n loewen 2023-09-23 20:33:06 -07:00
parent 4854ce34fa
commit 83e980b685
1 changed files with 1 additions and 1 deletions

View File

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