Skip to content

Commit

Permalink
Merge pull request #2 from macta/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mikestopcontinues committed Mar 28, 2017
2 parents 613619e + c0e8454 commit 1750c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metalsmith.use(validate([
));
```

Notice, both `default` and `pattern` accept callbacks.
Notice, both `default` and `pattern` accept callbacks. Also note the file-matching pattern is specified as a path after the metalsmith .source path (e.g. 'post/*' and not 'src/post/*').

## CLI Usage

Expand Down

0 comments on commit 1750c7d

Please sign in to comment.