From 4c133da285902c152ff51796b0a85720174d6e4d Mon Sep 17 00:00:00 2001 From: okx-code Date: Tue, 11 Apr 2017 13:43:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c29a604..cd855de 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ You can also assign variables using existing variables, like so: a=+++++ b=aaaa bb. -This will set `a` to `+++++`, `b` to `aa`, or equivalently `++++++++++++++++++++`. +This will set `a` to `+++++`, `b` to `aaaa`, or equivalently `++++++++++++++++++++`. This will output the character `(`, with character code 40. @@ -81,4 +81,4 @@ Arguments must always come before the filename. Arguments can be combined, like java -jar BrainfuckSubstitutor-1.0-SNAPSHOT.jar -vh myfile This will run the same as: - java -jar BrainfuckSubstitutor-1.0-SNAPSHOT.jar -v -h myfile \ No newline at end of file + java -jar BrainfuckSubstitutor-1.0-SNAPSHOT.jar -v -h myfile