From df0feaa765e1f231976df16a86120b703c29e77d Mon Sep 17 00:00:00 2001 From: Eric Ingamells Date: Thu, 27 Apr 2017 20:11:39 -0500 Subject: [PATCH] Update README.md Simple spelling fix: atatus -> status. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc74d0..2d7e629 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ bt.setOnDataReceivedListener(new OnDataReceivedListener() { }); ``` -• Listener for bluetooth connection atatus +• Listener for bluetooth connection status ```java bt.setBluetoothConnectionListener(new BluetoothConnectionListener() { public void onDeviceConnected(String name, String address) {