Skip to content

Commit 9878dfc

Browse files
authored
Fix documentation of initialize()
statusReceiver is not default enabled.
1 parent 616c123 commit 9878dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ bluetoothle.initialize(initializeResult, params);
238238

239239
##### Params #####
240240
* request = true / false (default) - Should user be prompted to enable Bluetooth
241-
* statusReceiver = true (default) / false - Should change in Bluetooth status notifications be sent.
241+
* statusReceiver = true / false (default) - Should change in Bluetooth status notifications be sent.
242242
* restoreKey = A unique string to identify your app. Bluetooth Central background mode is required to use this, but background mode doesn't seem to require specifying the restoreKey.
243243

244244
```javascript

0 commit comments

Comments
 (0)