Skip to content

Commit bd37ae3

Browse files
authored
Merge pull request #34 from CelestialSystem/updateReadme
Update readme
2 parents bcc4c05 + e057b0f commit bd37ae3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ meteor add froala:editor
2626
4.Run froala when template is rendered in main.js file.
2727
```
2828
Template.froala.rendered = function () {
29-
$('.editor').froalaEditor()
29+
$('.editor').froalaEditor({
30+
toolbarInline: true
31+
})
3032
};
3133
```
34+
Check out the [Froala editor documentation](https://froala.com/wysiwyg-editor/v2.0/docs/) for more details to add `options, events and methods`.
3235

3336

3437

0 commit comments

Comments
 (0)