diff --git a/README.md b/README.md index b5a83f5..385faa0 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ module.exports = { new CopyPlugin({ patterns: [ { from: "source", to: "dest" }, - { from: "other", to: "public" }, + "path/to/source", // absolute or relative, files/directories/globs - see below for examples ], options: { concurrency: 100,