From 4351dfcef7d29bd2219f43ddf9a0fadc3e56520e Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 16 Sep 2021 11:52:00 +0800 Subject: [PATCH] fix readme typo --- Code/thermal_printer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/thermal_printer/README.md b/Code/thermal_printer/README.md index 7fdf6b7..0c9961f 100644 --- a/Code/thermal_printer/README.md +++ b/Code/thermal_printer/README.md @@ -3,9 +3,9 @@ ### Console commands example -`echo “Hello DevTerm” > /tmp/DEVTERM_PRINTER_IN` +`echo "Hello DevTerm" > /tmp/DEVTERM_PRINTER_IN` -`echo -e “Hello DevTerm\n\n\n\n\n\n” > /tmp/DEVTERM_PRINTER_IN` +`echo -e "Hello DevTerm\n\n\n\n\n\n" > /tmp/DEVTERM_PRINTER_IN` `cat file.txt > /tmp/DEVTERM_PRINTER_IN`