From 4ead005a6638115968d9841db629ec1c321a29ac Mon Sep 17 00:00:00 2001
From: Paulo
Date: Fri, 9 Feb 2018 22:48:17 -0200
Subject: [PATCH] Fixing README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0426d78..23e3175 100644
--- a/README.md
+++ b/README.md
@@ -94,14 +94,14 @@ Thanks for understanding!
If you want to send the files chunked you can just set the chunk paramets on the uploader object
If your chunk request changes the link after the first request you should use this code
- ```
+ ```txt
this.uploader.onCompleteChunk = (item,response,status,headers)=>{
response = JSON.parse(response);
if(response['id']){
item.url = YOUR_NEW_URL+response['id']+'/';
}
}
- ```txt
+ ```
### License