Skip to content

Commit

Permalink
minor docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Feb 7, 2018
1 parent 3d39752 commit a9f84f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ requireDir('./dir', {

```js
requireDir('./dir', {
mapValue: function (value, fileName) {
mapValue: function (value, baseName) {
return typeof value === 'string' ? value.toUpperCase() : value;
}
})
Expand Down

0 comments on commit a9f84f8

Please sign in to comment.