Skip to content

Commit

Permalink
Fix formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Thompson committed Apr 4, 2017
1 parent 2f7e770 commit a67cb34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a67cb34

Please sign in to comment.