node-ble-host icon indicating copy to clipboard operation
node-ble-host copied to clipboard

minor: typo in AdvertisingDataBuilder example

Open MikiNacucchi opened this issue 2 years ago • 2 comments

I was running this example and there seems to be a typo in the module name https://github.com/Emill/node-ble-host/blob/master/docs/api/advertising-data-builder.md

const NodeBleHost = require('node-ble-host');

Should be const NodeBleHost = require('ble-host');

MikiNacucchi avatar Apr 11 '22 07:04 MikiNacucchi

Same thing in "Att errors" example https://github.com/Emill/node-ble-host/blob/master/docs/api/att-errors.md

The other examples seems fine.

MikiNacucchi avatar Apr 11 '22 07:04 MikiNacucchi

Thanks for the report. Will fix.

Emill avatar Apr 12 '22 17:04 Emill