Just some update in README.md description

This commit is contained in:
Joe Vu 2015-11-23 11:53:37 -08:00
parent 61991eceaa
commit ea32f22c2d

View File

@ -44,7 +44,7 @@ email.set('attachment', fileObject);
email.save();
email.on('progress', console.log);
// Will result: the status in percent i.e. 0.3233
// Will result: with an event object you can use evt.loaded and evt.total to figure out the percent (i.e. 0.3233)
```
### fileAttribute