Skip to content

Commit f179cee

Browse files
committed
📔docs: fix typo on readme
1 parent 7bd4aea commit f179cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Connect to a printer.
7474
```dart
7575
...
7676
final FluetoothDevice printer = devices.first;
77-
await Fluetooth().connect(devices.id);
77+
await Fluetooth().connect(printer.id);
7878
```
7979

8080
Prints the bill to the printer

0 commit comments

Comments
 (0)