Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ value})``. Possible options are:
value processing functions. Accepts an `Array` of functions with following
signature:
```javascript
function (name){
function (value, name){
//do something with `name`
return name
}
Expand All @@ -361,7 +361,7 @@ value})``. Possible options are:
processing functions. Accepts an `Array` of functions with following
signature:
```javascript
function (name){
function (value, name){
//do something with `name`
return name
}
Expand Down