From ace84344dfc2df7fd5e9a271dd85e3452471cb5b Mon Sep 17 00:00:00 2001 From: Benjamin Gruenbaum Date: Tue, 23 Feb 2016 16:48:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4f22e..cf6d38e 100644 --- a/README.md +++ b/README.md @@ -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(); }); ```