Skip to content

Commit 906c27f

Browse files
committed
typo
1 parent b46b9c9 commit 906c27f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,16 @@ At the end, all you need is:
2828
<textarea ng-model="markdown" markdown-editor="" rows="10"></textarea>
2929
```
3030

31-
### Editor Extra options
32-
You can use any of the [Bootstrap-Markdown Options](http://www.codingdrama.com/bootstrap-markdown/) by passing them as an object to the `markdown-editor` directive attribute.
33-
Like this: `<textarea markdown-editor="{'iconlibrary': 'fa'}"...`
31+
### Editor extra options
32+
You can use any of the [Bootstrap-Markdown Options](http://www.codingdrama.com/bootstrap-markdown/) by passing them as an object to the `markdown-editor` directive attribute. Like this: `<textarea markdown-editor="{'iconlibrary': 'fa'}"...`
3433

3534
or multiple options
3635
```
3736
<textarea markdown-editor="{'iconlibrary': 'fa', addExtraButtons: true}"...
3837
```
3938

4039
### Editor extra buttons
41-
I really thought that some buttons were missing to go a great job (**Strikethrough** &amp; **Table**). So I added them to the directive, they are not enabled by default, so you will need to enable them manually if you do want to use them.
42-
Like this:
40+
I really thought that some buttons were missing to go a great job (~~Strikethrough~~ &amp; **Table**). So I added them within the directive as an option. They are not enabled by default, so you will need to enable them manually if you do want to use them with the option of `addExtraButtons`.
4341
```
4442
<textarea markdown-editor="{addExtraButtons: true, 'iconlibrary': 'fa'}"...
4543
```

0 commit comments

Comments
 (0)