Skip to content

Commit 84a5286

Browse files
committed
Add globby patterns link
1 parent 5a91861 commit 84a5286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Array of targets to copy. A target is an object with properties:
5353
- **dest** (`string` `Array`): One or more destinations where to copy
5454
- **rename** (`string` `Function`): Change destination file or folder name
5555

56-
Each object should have **src** and **dest** properties, **rename** is optional. [globby](https://github.com/sindresorhus/globby) is used inside, check it for glob pattern examples.
56+
Each object should have **src** and **dest** properties, **rename** is optional. [globby](https://github.com/sindresorhus/globby) is used inside, check it for [glob pattern](https://github.com/sindresorhus/globby#globbing-patterns) examples.
5757

5858
##### File
5959

0 commit comments

Comments
 (0)