Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Correct readme example for numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Aug 25, 2014
1 parent efba29e commit 257f5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ npm install util-invoke --save
```javascript
var children = [1, 2, 3, true];

children.map(invoke('toString')); //=> ['1', '2', '3', 'true']
children.map(invoke('toString', 10)); //=> ['1', '2', '3', 'true']
```

## License
Expand Down

0 comments on commit 257f5ab

Please sign in to comment.