From 39daf893dfaa23bca0f153c453010533d611081f Mon Sep 17 00:00:00 2001 From: Andrew Biller Date: Wed, 26 Jul 2017 02:07:18 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc74d0..4c756c2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ if(!bt.isBluetoothAvailable()) { ```java public void onStart() { super.onStart(); - if(!bt.isBluetoothEnable()) { + if(!bt.isBluetoothEnabled()) { // Do somthing if bluetooth is disable } else { // Do something if bluetooth is already enable