Skip to content

Commit 039551a

Browse files
authored
Merge pull request #315 from shiva9610/patch-1
Update README.md
2 parents 5de5ead + 2b7545a commit 039551a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For `ngModel` to work, you must import `FormsModule` from `@angular/forms`, or f
174174
| defaultParagraphSeparator | `string` | `-` | no | Set default paragraph separator such as `p` |
175175
| defaultFontName | `string` | `-` | no | Set default font such as `Comic Sans MS` |
176176
| defaultFontSize | `string` | `-` | no | Set default font size such as `1` - `7` |
177-
| uploadUrl | `string` | `-` | no | Set image upload endpoint `https://api.exapple.com/v1/image/upload` |
177+
| uploadUrl | `string` | `-` | no | Set image upload endpoint `https://api.exapple.com/v1/image/upload` and return response with imageUrl key. {"imageUrl" : <url>} |
178178
| upload | `function` | `-` | no | Set image upload function |
179179
| uploadWithCredentials | `bolean` | `false` | no | Set passing or not credentials in the image upload call |
180180
| fonts | `Font[]` | `-` | no | Set array of available fonts `[{name, class},...]` |

0 commit comments

Comments
 (0)