From cf165dc6e1e23a76cd2038ae7270fc15e6bc91aa Mon Sep 17 00:00:00 2001 From: workinghard Date: Sun, 24 May 2015 11:17:38 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f06de..8f25442 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The communication is only one way and without call backs to achive maximum frame | --------------------- | ------------- | ----------- | -------- | | Blink red/green/blue | b(r\|g\|b) | Blink for couple of seconds with specified color | br | | Clear frame | d | Turn all LEDs off | d | -| Stream mode | s<64 bytes>n<64 bytes>S | Displays an unlimited number of frames in stream mode. Draws a frame as soon as 64 bytes (one frame) are received | s010001...n0100011...n000011100..S | +| Stream mode | s<64bytes>n<64bytes>S | Displays an unlimited number of frames in stream mode. Draws a frame as soon as 64 bytes (one frame) are received | s010001 ... n0100011 ... n000011100 ... S |