Skip to content

Commit 25acb9b

Browse files
authored
Update README.md
1 parent 16dd904 commit 25acb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You'll need an USB/Serial converter.
2222
```js
2323
var SerialPort = require('serialport'),
2424
serialPort = new SerialPort('/dev/ttyUSB0', {
25-
baudrate: 19200
25+
baudRate: 19200
2626
}),
2727
Printer = require('thermalprinter');
2828

0 commit comments

Comments
 (0)