Skip to content

Commit

Permalink
Fix table in README
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Dec 1, 2016
1 parent c12b00b commit 288312c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import { VueEditor } from 'vue2-editor'
## Props

Name | Type | Default | Description
---- | ---- ------- | -----------
---- | ---- | ------- | -----------
placeholder | String | - | Placeholder text for the editor
editor-content | String | null | Set the the content of the editor
use-save-button | Boolean | True | Set to false to use your own button to save editor content
button-text | String | Save Content | Lorem text
editor-toolbar | Array | ** _It is too long for effective legibility and comprehension._ | Set
button-text | String | Save Content | Set the button's text
editor-toolbar | Array | ** _It is too long for effective legibility and comprehension._ | Use a custom toolbar
show-preview | Boolean | False | Set to true to get live preview

## Events
Expand Down

0 comments on commit 288312c

Please sign in to comment.