Skip to content

Commit 20f94f5

Browse files
committed
typo
1 parent 7f9f129 commit 20f94f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ At the end, all you need is:
1616

1717
#### Extra options
1818
You can also pass any options from the [Bootstrap-Markdown](http://www.codingdrama.com/bootstrap-markdown/) by passing these options as an object to the directive.
19-
Like this: `<textarea markdown-editor="{'iconlibrary': 'fa'}"...` or multiple options
19+
Like this: `<textarea markdown-editor="{'iconlibrary': 'fa'}"...`
20+
21+
or multiple options
2022
```
2123
<textarea markdown-editor="{'iconlibrary': 'fa', addExtraButtons: true}"...
2224
```
@@ -25,7 +27,7 @@ Like this: `<textarea markdown-editor="{'iconlibrary': 'fa'}"...` or multiple op
2527
I really thought that some buttons were missing to go a great job (Strikethrough &amp; Table). So I added them to the directive, though they are not enabled by default, you need to enable them manually if you want them or not.
2628
Like this:
2729
```
28-
<textarea markdown-editor="{addExtraButtons: true}"...
30+
<textarea markdown-editor="{addExtraButtons: true, 'iconlibrary': 'fa'}"...
2931
```
3032

3133
## Dependencies

0 commit comments

Comments
 (0)