diff --git a/docs/methods.markdown b/docs/methods.markdown index 850e6d93..75886062 100644 --- a/docs/methods.markdown +++ b/docs/methods.markdown @@ -113,7 +113,7 @@ See: https://developer.android.com/develop/connectivity/bluetooth/companion-devi **Examples** ```js -BleManager.compationScan().then(peripheral => { +BleManager.compationScan([]).then(peripheral => { console.log('Associated peripheral', peripheral); }); ```