From b2791f7c83d6795ad327f4279ef5366e3ef7c321 Mon Sep 17 00:00:00 2001 From: Mike DiGiovanni Date: Fri, 27 Mar 2015 13:34:35 -0400 Subject: [PATCH] Update README.md Fixed incorrect method name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77101e5..0be261e 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