From 2e45f30002da906e745845b58ac2e4c6989fbe85 Mon Sep 17 00:00:00 2001 From: Shota Fuji Date: Wed, 21 Apr 2021 22:21:32 +0900 Subject: [PATCH] Fix typo in README https://github.com/microsoft/license-checker-webpack-plugin/blob/0839ea860b534e142229298efb3bfd91afafa786/src/optionsUtils.js#L41 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e83a9..5c2d079 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ module.exports = { | `override` | `object` | `{}` | Object of dependencies to override, in the format `{"@": { ... }}`. For example, `{"assignment@^2.0.0": { licenseName: "MIT" }}`. | | `emitError` | `boolean` | `false` | Whether to emit errors instead of warnings. | | `outputWriter` | `string` or `function` | See [`defaultOutputWriter`](./src/defaultOutputWriter.js). | Path to a `.ejs` template, or function that will generate the contents of the third-party notices file. | -| `outputFilename` | `string` | `"ThirdPartyNotices.txt"` | Name of the third-party notices file with all licensing information. | +| `outputFilename` | `string` | `"ThirdPartyNotice.txt"` | Name of the third-party notices file with all licensing information. | The data that gets passed to the `outputWriter` function looks like this: