Skip to content

Commit 04ae6df

Browse files
committed
Another README cleanup
1 parent 288312c commit 04ae6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ placeholder | String | - | Placeholder text for the editor
3535
editor-content | String | null | Set the the content of the editor
3636
use-save-button | Boolean | True | Set to false to use your own button to save editor content
3737
button-text | String | Save Content | Set the button's text
38-
editor-toolbar | Array | ** _It is too long for effective legibility and comprehension._ | Use a custom toolbar
38+
editor-toolbar | Array | ** _Too long for table. See toolbar example below_ | Use a custom toolbar
3939
show-preview | Boolean | False | Set to true to get live preview
4040

4141
## Events
4242

4343
Name | Description
4444
---------------- | -----------
45-
editor-updated | Emitted when the editor contents change. You will want to listen for this event if using your own save button.
46-
save-content | Emitted when the default save button is clicked.
45+
editor-updated | Emitted when the editor contents change
46+
save-content | Emitted when the default save button is clicked
4747

4848

4949
## Example

0 commit comments

Comments
 (0)