Skip to content

Commit e667578

Browse files
authoredFeb 22, 2017
Update README.md
1 parent 88d4b61 commit e667578

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# array fuzzy match
22

33
```
4+
npm i array-fuzzy-match
5+
```
6+
7+
```
8+
import isMatch from 'array-fuzzy-match'
9+
410
test('should return true if matches words', t => {
511
const arr = ['zhong', 'guo', 'zhong', 'che']
612
t.true(isMatch(arr, 'zhong'))

0 commit comments

Comments
 (0)
Please sign in to comment.