diff --git a/packages/multi_trigger_autocomplete_plus/README.md b/packages/multi_trigger_autocomplete_plus/README.md
index 489c7edd..def3da0a 100644
--- a/packages/multi_trigger_autocomplete_plus/README.md
+++ b/packages/multi_trigger_autocomplete_plus/README.md
@@ -1,21 +1,17 @@
# multi_trigger_autocomplete_plus
-> This is a fork from [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete)
-
A flutter widget to add trigger based autocomplete functionality to your app.
-
-
-
-
-## Improvements
-
-This fork includes the following improvements over the original package:
+It is a fork of [multi_trigger_autocomplete](https://pub.dev/packages/multi_trigger_autocomplete) which includes the following improvements:
- **AutocompleteNoTrigger**: A Special trigger which allows allows autcomplete suggestions without a trigger character/string.
- **Enhanced Customization**: Allows customization of `triggerEnd` instead of using a hardcoded space (`' '`).
- **Prefix Triggers Handling**: Correctly identifies and handles triggers that share a common prefix, such as `{` and `{{`.
+
+
+
+
## Installation
Add the following to your `pubspec.yaml` and replace `[version]` with the latest version: