diff --git a/flutter_quill_extensions/README.md b/flutter_quill_extensions/README.md index fda0b641..b6db052f 100644 --- a/flutter_quill_extensions/README.md +++ b/flutter_quill_extensions/README.md @@ -19,7 +19,6 @@ to support embed widgets like image, formula, video and more. - [Drag and drop feature](#drag-and-drop-feature) - [Features](#features) - [Contributing](#contributing) - - [License](#license) - [Acknowledgments](#acknowledgments) @@ -244,10 +243,6 @@ We welcome contributions! Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details. -## License - -This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details. - ## Acknowledgments - Thanks to the [Flutter Team](https://flutter.dev/) diff --git a/flutter_quill_test/README.md b/flutter_quill_test/README.md index d4eebd4c..576c2531 100644 --- a/flutter_quill_test/README.md +++ b/flutter_quill_test/README.md @@ -3,6 +3,13 @@ Test utilities for [flutter_quill](https://pub.dev/packages/flutter_quill) which include methods to simplify interacting with the editor in test cases. +## Table of Contents +- [Flutter Quill Test](#flutter-quill-test) + - [Table of Contents](#table-of-contents) + - [Installation](#installation) + - [Testing](#testing) + - [Contributing](#contributing) + ## Installation Run the command in your project root folder: @@ -39,8 +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. - -## License - -This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LICENSE) file for details. \ No newline at end of file +Please follow these guidelines when contributing to our project. See [CONTRIBUTING.md](../CONTRIBUTING.md) for more details. \ No newline at end of file