From 83e980b685b28c211a6b92a88548b43be2efb547 Mon Sep 17 00:00:00 2001 From: n loewen Date: Sat, 23 Sep 2023 20:33:06 -0700 Subject: [PATCH] (docs) readme - Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index eedc4af..dda9759 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ Cardiograph is an imaginary computer. It has three main components: ### Quick examples Assemble and run: -```./assembler.js -i | cardiograph.js``` +```./assembler.js -i | ./cardiograph.js``` Assemble to a file: ```./assembler.js -i -o ```