aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ab27f6..b6de465 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,11 @@ Just one command:
Just one more command:
-`cat file.bf | ./build/bfc > output`
+`cat input.bf | ./build/bfc > output`
+
+or:
+
+`echo "bf string" | ./build/bfc > output`
Then running the program is as simple as: