We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff75bf commit 78475dfCopy full SHA for 78475df
README.md
@@ -24,7 +24,7 @@
24
* [device = new HID.HID(path)](#device--new-hidhidpath)
25
* [device = new HID.HID(vid,pid)](#device--new-hidhidvidpid)
26
* [device.on('data', function(data) {} )](#deviceondata-functiondata--)
27
- * [device.on('error, function(error) {} )](#deviceonerror-functionerror--)
+ * [device.on('error', function(error) {} )](#deviceonerror-functionerror--)
28
* [device.write(data)](#devicewritedata)
29
* [device.close()](#deviceclose)
30
* [device.pause()](#devicepause)
0 commit comments