From 707f4a5cc71f73ffa533867bb964545736776f00 Mon Sep 17 00:00:00 2001 From: Mattia Roccoberton Date: Fri, 4 Sep 2020 09:14:18 +0200 Subject: [PATCH] README improvements --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 67acf4d..6826c59 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,6 @@ Why 2 separated scripts/styles? In this way you can include a different version f.input :description, as: :quill_editor, input_html: { data: { options: { modules: { toolbar: [['bold', 'italic', 'underline'], ['link']] }, placeholder: 'Type something...', theme: 'snow' } } } ``` -## Notes -- Upload features (images/documents/files): not tested yet. - ## Do you like it? Star it! If you use this component just star it. A developer is more motivated to improve a project when there is some interest.