summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jakob@kaivo.net>2018-09-13 16:52:28 -0400
committerJakob Kaivo <jakob@kaivo.net>2018-09-13 16:52:28 -0400
commit1b0bddfe0f056e0df0342efcde8de312011e9d00 (patch)
tree31a11d0179ec65a5cd7b0c2a5364a29b66494a26
parent296caf6cce8120bf3537f8ab05ddc4bc7273e859 (diff)
backquote `make`, change `input.bf` to `hello.bf`HEADmaster
-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