Skip to content

Commit

Permalink
Remove "$" from copied console line
Browse files Browse the repository at this point in the history
For easy copying of the plugin installation command
  • Loading branch information
feisk authored Jan 25, 2021
1 parent 46af20a commit 8bf0a0d
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 @@ -22,7 +22,7 @@ Copies individual files or entire directories, which already exist, to the build
To begin, you'll need to install `copy-webpack-plugin`:

```console
$ npm install copy-webpack-plugin --save-dev
npm install copy-webpack-plugin --save-dev
```

Then add the plugin to your `webpack` config. For example:
Expand Down

0 comments on commit 8bf0a0d

Please # to comment.