From f483a0e24a1bcaedb602684779b520b4689337f4 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 17:08:24 -0400 Subject: [PATCH] Fixed typographical error, changed advertisment to advertisement in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f38d56..c6b28a1 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Once you have created a device, you can access the following methods: **Note:** The Running Average RSSI is not updated automatically (i.e. the library does not monitor on its own in the background). To add another measurement, you need to call `updateRssiReading(long timestamp, int rssiReading)`. -### Accessing the Advertisment (Ad) Records +### Accessing the Advertisement (Ad) Records Once you've created a BluetoothLe device, you can access the AdRecord store via the `leDevice.getAdRecordStore()`. Once you have the AdRecordStore you can use the following methods: