Skip to content

Commit

Permalink
edited readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piperstackist committed Jun 29, 2020
1 parent c57f482 commit 040ced9
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 @@ -16,7 +16,7 @@ Basic:
import 'package:clipboard/clipboard.dart';
```

###To Copy to clipboard from your app
### To Copy to clipboard from your app

```dart
FlutterClipboard.copy('hello flutter friends').then(( value ) => print('copied'));
Expand Down

0 comments on commit 040ced9

Please sign in to comment.