diff --git a/README.md b/README.md index 4fc600b..0af9145 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ const options = { ``` ### Specify glob configuration -Specify configuration passed to the `glob` call: +Specify configuration passed to the [glob](https://www.npmjs.com/package/glob) call: ```js const options = { diff --git a/types/index.d.ts b/types/index.d.ts index e6ef7ef..6a4066b 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -27,6 +27,7 @@ declare module 'replace-in-file' { disableGlobs?: boolean, encoding?: string, dry?:boolean + glob?:object } export interface ReplaceResult {