Skip to content

Commit

Permalink
Update packages/share_plus/share_plus/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Volodymyr Buberenko <vbuberen@users.noreply.github.com>
  • Loading branch information
miquelbeltran and vbuberen committed Apr 15, 2024
1 parent 7c04546 commit 4b63e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/share_plus/share_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import 'package:share_plus/share_plus.dart';

### Share Text

Invoke the static `share` method anywhere in your Dart code.
Invoke the static `share()` method anywhere in your Dart code.

```dart
Share.share('check out my website https://example.com');
Expand Down

0 comments on commit 4b63e3d

Please sign in to comment.