lsongdev / node-bluetooth

:large_blue_diamond:😬Bluetooth serial port communication for Node.js
https://npmjs.org/node-bluetooth
Other
197 stars 56 forks source link

Typo in Bluetooth.connect #3

Closed corwin-of-amber closed 7 years ago

corwin-of-amber commented 7 years ago

index.js:70 reads

    callback(null, new Buletooth.Connection(port));

Buletooth should be Bluetooth.

After changing it seems to work!

lsongdev commented 7 years ago

@corwin-of-amber :sweat_smile: