Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Jun 18, 2015
1 parent ce911b0 commit eca5e10
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@ On your app, link the style and the script and initialize MediumEditor with the
<script type="text/javascript" charset="utf-8">
var editor = new MediumEditor('.editable', {
buttonLabels: 'fontawesome',
buttons: [
'bold',
'italic',
'table'
],
toolbar: {
buttons: [
'bold',
'italic',
'table'
]
},
extensions: {
'table': new MediumEditorTable()
table: new MediumEditorTable()
}
});
</script>
Expand Down

0 comments on commit eca5e10

Please sign in to comment.