From 5d5f0dcd591bb670443750f8b7063528de1ccff9 Mon Sep 17 00:00:00 2001 From: Rajiv <51883613+thoughtlessmind@users.noreply.github.com> Date: Sat, 24 Apr 2021 16:29:34 +0530 Subject: [PATCH] fix: corrected syntax of example code snippet of custom toolbar code snippet Updated readme. removed the unnecessary comma from the code snippet of [Custom Toolbar](https://github.com/zenoamaro/react-quill#custom-toolbar) in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84d68fa..c11c454a 100644 --- a/README.md +++ b/README.md @@ -169,14 +169,14 @@ class MyComponent extends Component { ['link', 'image'], ['clean'] ], - }, + } formats = [ 'header', 'bold', 'italic', 'underline', 'strike', 'blockquote', 'list', 'bullet', 'indent', 'link', 'image' - ], + ] render() { return (