summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a528f63..9c57527 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
# bf
A very small Brainfuck interpreter
-To build, simply run make.
+To build, simply run `make`.
Running the interpreter is simple:
- $ ./bf input.bf
+ $ ./bf hello.bf
The interpreter purposely does no error checking. If you don't specify an
input file, it will crash. If there is an error reading the input file, it