Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
g.satoh committed Feb 13, 2017
1 parent 89c29aa commit ab41a0f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,16 @@ if(isNumber('1200')) {
}
```

# Introduction
# Methods
* pluck
```
const collection = [
{a: 1, b: 11, c: 111},
{a: 2, b: 22, c: 222},
{a: 3, b: 33, c: 333},
]
```
# License
This software is released under the MIT License, see LICENSE.txt.

0 comments on commit ab41a0f

Please sign in to comment.