Skip to content

Commit adc8feb

Browse files
authored
Merge pull request #446 from TheBosZ/patch-1
Fix documentation of initialize()
2 parents 1e534aa + 9878dfc commit adc8feb

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)