diff --git a/README.md b/README.md index 4bbaa95..e311657 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,7 @@ class App extends StatelessWidget {   There's two available SeoTree implementations: * **WidgetTree (recommended)** - based on traversing widget tree, while it's bit slower than SemanticsTree it's production ready and doesn't have any blocking Flutter SDK issues. -* **SemanticsTree (`experimental`)** - based on traversing semantic data node tree. Does traverse the tree faster but enables known Flutter SDK issues and doesn't support `Seo.head(...)`, `Seo.text(style: ...)`, `Seo.link(rel: ...)`: - * https://github.com/flutter/flutter/issues/90794 - * https://github.com/flutter/flutter/issues/110284 +* **SemanticsTree (`experimental`)** - based on traversing semantic data node tree. Does traverse the tree faster but doesn't support `Seo.head(...)`, `Seo.text(style: ...)`, `Seo.link(rel: ...)`   ## Sample Usage