Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit de4e37c

Browse files
authored
fix install name
1 parent 3c12b87 commit de4e37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cypress preprocessor for bundling JavaScript via webpack
77
Requires [Node](https://nodejs.org/en/) version 6.5.0 or above.
88

99
```sh
10-
npm install --save-dev cypress-webpack-preprocessor
10+
npm install --save-dev @cypress/webpack-preprocessor
1111
```
1212

1313
## Usage
@@ -27,6 +27,7 @@ module.exports = (register, config) => {
2727
Pass in options as the second argument to `webpack`:
2828

2929
```javascript
30+
const webpack = require('@cypress/webpack-preprocessor')
3031
module.exports = (register, config) => {
3132
const options = {
3233
// send in the options from your webpack.config.js, so it works the same

0 commit comments

Comments
 (0)