Skip to content

Commit 43b84ee

Browse files
committed
Fixed readme
1 parent abb9ba2 commit 43b84ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ editorToolbar | Array | ** _Too long for table. See toolbar example below_ | Us
4141
# Events
4242
Name | Parameters | Description
4343
-------------- | ------------ | ----------------------------------------------------------------------
44-
imageAdded | file, Editor, cursorLocation | Emitted when useCustomImageHandler is true and and photo is being added to the editor
44+
imageAdded | file, Editor, cursorLocation | Emitted when useCustomImageHandler is true and photo is being added to the editor
4545
<!-- Emitted when the default save button is clicked -->
4646

4747
## Example
@@ -81,6 +81,8 @@ You can see below that 3 parameters are passed.
8181
2. The Editor instance
8282
4. The cursor position at the time of upload so the image can be inserted at the correct position on success
8383

84+
**NOTE** In addition to this example, I have created a [new example repo](https://github.com/davidroyer/vue2editor-images) demonstrating this new feature with an actual server.
85+
8486
```html
8587
<template>
8688
<div id="app">

0 commit comments

Comments
 (0)