From 1c8a84859ad198516d20133615be4cc5486dad37 Mon Sep 17 00:00:00 2001 From: ptp Date: Sun, 19 Nov 2017 18:02:44 -0500 Subject: [PATCH] fix md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d41011d..f414e9e 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ https://github.com/scogswell/ArduinoSerialCommand This library is for handling text commands over a serial port. Goals: -Small footprint -No dynamic memory allocation -Stream class's Serial Ports -Multiple Serial Ports callback methods -Custom Command termination default is `CR & LF` -Custom Arguments Delimeter default is `SPACE` +* Small footprint +* No dynamic memory allocation +* Stream class's Serial Ports +* Multiple Serial Ports callback methods +* Custom Command termination default is `CR & LF` +* Custom Arguments Delimeter default is `SPACE` ## SerialCommand object