From 15b50fe92d4e838880a86b6ad0531b84e3c57e59 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:54:59 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b77a98d..debda61c 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ And voila, we have a custom widget inside of the rich text editor! If you want to use custom toolbar but still want the support of this libray You can use the `QuillBaseToolbar` which is the base for the `QuillToolbar` -> If you are using the offical buttons in the somewhere like the the custom toolbar then you must provide them with `QuillToolbarProvider` inherited widget, you don't have to do this if you are using the `QuillToolbar` since it will be done for you +> If you are using the toolbar buttons like `QuillToolbarHistoryButton`, `QuillToolbarToggleStyleButton` in the somewhere like the the custom toolbar then you must provide them with `QuillToolbarProvider` inherited widget, you don't have to do this if you are using the `QuillToolbar` since it will be done for you Example: