Skip to content

Commit 78475df

Browse files
yeyatodbot
authored andcommittedJul 2, 2019
Update README.md (node-hid#318)
typo
1 parent 0ff75bf commit 78475df

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
@@ -24,7 +24,7 @@
2424
* [device = new HID.HID(path)](#device--new-hidhidpath)
2525
* [device = new HID.HID(vid,pid)](#device--new-hidhidvidpid)
2626
* [device.on('data', function(data) {} )](#deviceondata-functiondata--)
27-
* [device.on('error, function(error) {} )](#deviceonerror-functionerror--)
27+
* [device.on('error', function(error) {} )](#deviceonerror-functionerror--)
2828
* [device.write(data)](#devicewritedata)
2929
* [device.close()](#deviceclose)
3030
* [device.pause()](#devicepause)

0 commit comments

Comments
 (0)