Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
okx-code committed Apr 11, 2017
1 parent 45027d0 commit 4c133da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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
java -jar BrainfuckSubstitutor-1.0-SNAPSHOT.jar -v -h myfile

0 comments on commit 4c133da

Please sign in to comment.