Skip to content

Commit 4ead005

Browse files
committed
Fixing README
1 parent 9e8aec3 commit 4ead005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ Thanks for understanding!
9494
If you want to send the files chunked you can just set the chunk paramets on the uploader object
9595

9696
If your chunk request changes the link after the first request you should use this code
97-
```
97+
```txt
9898
this.uploader.onCompleteChunk = (item,response,status,headers)=>{
9999
response = JSON.parse(response);
100100
if(response['id']){
101101
item.url = YOUR_NEW_URL+response['id']+'/';
102102
}
103103
}
104-
```txt
104+
```
105105

106106
### License
107107

0 commit comments

Comments
 (0)