Skip to content

Commit 53f257b

Browse files
committed
tweak readme to better convey that startErgScan is a stream of single instances
1 parent 5bef760 commit 53f257b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ErgBleManager bleManager = ErgBleManager();
4747
bleManager.init(); //ready to go!
4848
```
4949
### Scanning for devices
50-
Next, you need to start scanning for available devices. This uses a Stream that returns instances of the `Ergometer` class. Each of these instances represents an erg and can be saved for later reuse.
50+
Next, you need to start scanning for available devices. This uses a Stream to return an instance of the `Ergometer` class for each erg found. Each of these instances represents an erg and can be saved for later reuse.
5151

5252
**Important:** This library leaves things like permissions up to the application using the library. Many of these setup steps will fail if bluetooth is off or if permissions are not correct. It is the responsibility of users of this API to ensure permissions are correct before beginning a bluetooth scan.
5353

0 commit comments

Comments
 (0)