From 51f781f00cf65e43a1dd8296a62e7f7339af5183 Mon Sep 17 00:00:00 2001
From: Ellet <73608287+freshtechtips@users.noreply.github.com>
Date: Sun, 26 Nov 2023 05:48:45 +0300
Subject: [PATCH] Update README.md

---
 flutter_quill_test/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flutter_quill_test/README.md b/flutter_quill_test/README.md
index 576c2531..bda4563e 100644
--- a/flutter_quill_test/README.md
+++ b/flutter_quill_test/README.md
@@ -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`:
@@ -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.
\ No newline at end of file
+Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details.