Skip to content

Commit 69545ee

Browse files
committed
updated REDME.MD support for Cloudinary
1 parent 9757694 commit 69545ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ node_storage_manager allows you to switch between clients easily without reconfi
121121

122122
async function download(bucketName) {
123123
// Creates the new bucket
124-
let result = await StorageInstance.download(bucketName, 'filepath', 'image or video');
124+
let result = await StorageInstance.upload(bucketName, 'filepath', 'image or video');
125125
console.log(result);
126126
// This way you can get all data returned from Cloudinary Client e.g result.url e.t.c
127127
}

0 commit comments

Comments
 (0)