MaximDubrovin / meteor-uploadcare

Uploadcare library wrapped into Meteor package
2 stars 4 forks source link

Small typo #2

Closed mikerudge closed 6 years ago

mikerudge commented 9 years ago

Hey

There is a small type in the readme, where the comma should be after the ' not before.

widget.onUploadComplete(function(fileInfo) { console.log(_'fileInfo,'_ fileInfo); console.log('file UUID', fileInfo.uuid); console.log('fileInfo.originalUrl', fileInfo.originalUrl); // Public CDN URL of the uploaded file, without any operations. })