Skip to content

Commit

Permalink
fix: rename classes and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
NickKibish committed Mar 15, 2023
1 parent 6579ad0 commit c63d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nRF Connect Device Manager library is a Flutter plugin based on [Android](https:
Use `UpdateManagerFactory` to create an instance of `FirmwareUpdateManager`:

```dart
final managerFactory: Up = FirmwareUpdateManagerFactory()
final managerFactory: UpdateManagerFactory = FirmwareUpdateManagerFactory()
// `deviceId` is a String with the device's MAC address (on Android) or UUID (on iOS)
final updateManager = await managerFactory.getUpdateManager(deviceId);
// call `setup` before using the manager
Expand Down

0 comments on commit c63d521

Please sign in to comment.