From afa9964b9148aa02252480722e2812cbb0b76b3d Mon Sep 17 00:00:00 2001 From: Jason Weathered Date: Thu, 15 Sep 2016 20:17:31 +1000 Subject: [PATCH] Fix formatting of example MAC address in README --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 8c5d9d4..dd45e77 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,7 @@ These are typically listed to be used with the "iTracing" mobile app. { "accessory": "Bluetooth Tag", "name": "Bedroom Light Switch", - "address": "0123456789ab" + "address": "01:23:45:67:89:ab" } ] ``` @@ -23,4 +23,4 @@ These are typically listed to be used with the "iTracing" mobile app. The `address` is optional. If omitted, the first device found will be used. It is however recommended to set the address to avoid inadvertent connection to the wrong device. The easiest way to find the address is to start the plugin without an address and then check the logs. -You should see output like `connecting iTAG (0123456789ab)`. +You should see output like `connecting iTAG (01:23:45:67:89:ab)`.