Skip to content

Commit 531859e

Browse files
committed
attempt to fix readme for npm
1 parent 7d1f762 commit 531859e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ You can set the the content of the editor dynamically. If you don't need this fe
5959
}
6060
</script>
6161
```
62-
6362
</br>
6463
**_show-preview_**:
65-
<br>
64+
</br>
6665
This is set to FALSE by default. To enable:
6766

6867
```html
@@ -73,7 +72,7 @@ This is set to FALSE by default. To enable:
7372

7473
</br>
7574
**_editor-toolbar_**:
76-
<br>
75+
</br>
7776
If you want to use a custom toolbar then you can set it to a property from the data object.
7877

7978
```html
@@ -164,8 +163,8 @@ export default {
164163
}
165164
</script>
166165
```
167-
168166
</br>
167+
169168
### 2. Using your own button
170169

171170
The event '**_editor-updated_**' is emitted when the text inside the editor changes. The current editor contents are sent with this event.
@@ -213,8 +212,8 @@ EX:
213212
}
214213
</script>
215214
```
216-
217215
</br>
216+
218217
## Example using several configuration options
219218

220219
```html

0 commit comments

Comments
 (0)