From da7882608f5e0ee584c25571c037dbd1bd5f03c4 Mon Sep 17 00:00:00 2001 From: ksenia312 Date: Wed, 7 Feb 2024 16:36:12 +0100 Subject: [PATCH] doc: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5aa948..f2b1f2d 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ final _nearbyService = NearbyService.getInstance() ```dart // You can change the device name on a P2P network only for iOS. -// Optionally pass iosDeviceName. +// Optionally pass the [iosDeviceName]. await _nearbyService.initialize( data: NearbyInitializeData(iosDeviceName: iosDeviceName), );