From c98e6c8e3159799254aa6f5aed904a7ec8e7c68d Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Jan 2010 08:24:09 +0300 Subject: Typos --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index c93f267..fd9ac54 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ See http://en.wikipedia.org/wiki/Brainfuck for more details Usage: ./brainfuck [options] [file] Size of each data cell is 4 byte(s) -All data cell are zeros initially +All data cells are zeros initially Options (defaults are in brackets): -s num stack size (128) @@ -28,6 +28,6 @@ Extensions: # - comment to the end of line (useful when reading files) Example: - echo '+++[.-]' | ./brainfuck # count down from 3 to 0 + echo '+++[.-]' | ./brainfuck # count down from 3 to 1 echo ',+++.;5' | ./brainfuck # shows 8 echo ',>,<[->+<]>.;4 5' | ./brainfuck # shows 4+5=9 -- cgit v1.2.3