fix readme typo

This commit is contained in:
cuu
2021-09-16 11:52:00 +08:00
parent 504cf2674b
commit 4351dfcef7

View File

@@ -3,9 +3,9 @@
### Console commands example ### 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` `cat file.txt > /tmp/DEVTERM_PRINTER_IN`