From 1dec3a7789fa8916640b7054458cf6d8958ce48a Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Sun, 12 Jan 2014 09:57:26 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be21a29..a831f185 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ fs.mkdirsSync('/tmp/another/path'); ### outputFile(file, data, callback) -Almost the same as `writeFile`, except that if the directory does not exist, it's created. +Almost the same as `writeFile` (i.e. it [overwrites](http://pages.citebite.com/v2o5n8l2f5reb)), except that if the parent directory does not exist, it's created. Sync: `outputFileSync()`