Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Feb 9, 2016
1 parent 971f88c commit c0eb918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# matchdep [![Build Status](https://secure.travis-ci.org/tkellen/js-matchdep.svg?branch=master)](http://travis-ci.org/tkellen/js-matchdep)
> Use [globule] to filter npm module dependencies by name.
> Use [micromatch] to filter npm module dependencies by name.
[![NPM](https://nodei.co/npm/matchdep.png)](https://nodei.co/npm/matchdep/)

Expand Down Expand Up @@ -37,7 +37,7 @@ filterAll(pattern, config)
Type: `String|Array`
Default: 'none'

A [globule] compatible match pattern to filter dependencies.
A [micromatch] compatible match pattern to filter dependencies.

### config
Type: `String` or `Object`
Expand Down

0 comments on commit c0eb918

Please sign in to comment.