Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
link to node-glob fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl-ppi committed Jan 23, 2015
1 parent 47386a4 commit 68cb69b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

> Glob all the patterns!
`multi-glob` is a small wrapper around `node-glob
<https://github.com/isaacs/node-glob>`_ that allows you to glob multiple
patterns in one go, and optionally treat it as a failure if any one pattern
matches no files.
`multi-glob` is a small wrapper around [node-glob](https://github.com/isaacs/node-glob)
that allows you to glob multiple patterns in one go, and optionally treat it as a failure
if any one pattern matches no files.

If you just need to glob multiple patterns in one go, you can simply do:

Expand Down

0 comments on commit 68cb69b

Please sign in to comment.