Skip to content

Commit

Permalink
Fix docs for pattern option
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Feb 13, 2023
1 parent 43394b2 commit d238b64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -98,9 +98,7 @@ import layouts from '@metalsmith/layouts'

metalsmith(__dirname).use(
layouts({
engineOptions: {
pattern: '**/*.html'
}
pattern: '**/*.html'
})
)
```
Expand Down

0 comments on commit d238b64

Please sign in to comment.