Skip to content

Commit bc85558

Browse files
committed
Merge pull request django-webpack#40 from aouaki/patch-1
Fixes README on examples
2 parents b00bf80 + 4e465f3 commit bc85558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Run django server
1919

2020
Run webpack compiler
2121
```bash
22-
./node_modules/.bin/webpack --config assets/webpack.config.js --watch
22+
./node_modules/.bin/webpack --config webpack.config.js --watch
2323
```

0 commit comments

Comments
 (0)