From a67cb346849f8deb8b52a23f6ad5377023726f69 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Tue, 4 Apr 2017 13:57:13 -0600 Subject: [PATCH] Fix formatting in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4905af..2a896da 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ const fixtures = dirObj.readDirectory(path.join(__dirname, 'fixtures'), { // Example: Do not include any directories that have no child keys dirTransform: (file, value) => Object.getOwnPropertyNames(value).length > 0 ? value : undefined }); +``` ## Example Using the default options: