diff --git a/README.md b/README.md index d7ecc662..361d7589 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ QuillToolbar.basic( ## Embed Blocks -As of version 6.0, embed blocks are not provided by default as part of this package. Instead, this package provides an interface to all the user to provide there own implementations for embed blocks. Implementations for image, video and forumal embed blocks is proved in a separate package [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions). +As of version 6.0, embed blocks are not provided by default as part of this package. Instead, this package provides an interface to all the user to provide there own implementations for embed blocks. Implementations for image, video and formula embed blocks is proved in a separate package [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions). Provide a list of embed diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 08544220..645872bb 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -1,8 +1,8 @@ name: flutter_quill_extensions -description: Embed extensions for flutter_quill +description: Embed extensions for flutter_quill including image, video, formula and etc. version: 0.1.0 homepage: https://bulletjournal.us/home/index.html -repository: https://github.com/singerdmx/flutter-quill/flutter_quill_extensions +repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions environment: sdk: ">=2.12.0 <3.0.0"