Explorar el Código

fix readme typo

cuu hace 2 años
padre
commit
4351dfcef7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Code/thermal_printer/README.md

+ 2 - 2
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`