Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr committed Feb 23, 2016
1 parent ea9a2df commit ace8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tmp.file().then(o => {
// If we don't need the file anymore we could manually call cleanup
// But that is not necessary if we didn't pass the keep option because the library
// will clean after itself.
cleanup();
o.cleanup();
});
```

Expand Down

0 comments on commit ace8434

Please sign in to comment.