Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Nov 26, 2023
1 parent 8750799 commit 51f781f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flutter_quill_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To aid in testing applications using the editor an extension to the flutter `Wid
Import the test utilities in your test file:

```dart
import 'package:flutter_quill/flutter_quill_test.dart';
import 'package:flutter_quill_test/flutter_quill_test.dart';
```

and then enter text using `quillEnterText`:
Expand All @@ -46,4 +46,4 @@ await tester.quillEnterText(find.byType(QuillEditor), 'test\n');

We welcome contributions!

Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.
Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.

0 comments on commit 51f781f

Please sign in to comment.