Skip to content

Commit 80306a7

Browse files
authored
Update README.md
1 parent 36d81e1 commit 80306a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $upload = new anyFileUpload\ImageUploadAndResize('array', ['jpeg', 'jpg',
3737
$upload->uploadFiles('files', 250, '', $rename, 100, '850', ['350','450']);
3838
```
3939

40-
/* For watermark you will use array and able to add image as a watermark or text. */
40+
>For watermark you will use array and able to add image as a watermark or text.
4141
4242
**With text below will be the parameters:**
4343
```php
@@ -61,6 +61,7 @@ $upload->uploadFiles('files', 250, '', $rename, 100, '850', ['350','450']);
6161
```
6262

6363
**And the response will be get like below:**
64+
6465
In the below response you will get the uploaded/not uploaded/bad extensions and success/error flags array or json data.
6566

6667
```php

0 commit comments

Comments
 (0)