Skip to content

Commit

Permalink
Merge pull request #34 from CelestialSystem/updateReadme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
kapil2704 authored Apr 15, 2020
2 parents bcc4c05 + e057b0f commit bd37ae3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ meteor add froala:editor
4.Run froala when template is rendered in main.js file.
```
Template.froala.rendered = function () {
$('.editor').froalaEditor()
$('.editor').froalaEditor({
toolbarInline: true
})
};
```
Check out the [Froala editor documentation](https://froala.com/wysiwyg-editor/v2.0/docs/) for more details to add `options, events and methods`.



Expand Down

0 comments on commit bd37ae3

Please sign in to comment.