From dcd3cde2b45cb5d0cda137d6768e44d41def3d0e Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Mon, 17 Nov 2014 10:53:48 -0600 Subject: [PATCH] readme: missing backtick for code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdde715..5962aae 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ fs.outputFile(file, 'hello!', function(err) { Almost the same as `writeJson`, except that if the directory does not exist, it's created. -Alias: `outputJSON() +Alias: `outputJSON()` Sync: `outputJsonSync()`, `outputJSONSync()`