Skip to content

Commit c858d50

Browse files
jacksonhooseowais
authored andcommitted
Update README.md (django-webpack#92)
1 parent 9dcd192 commit c858d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ STATICFILES_DIRS = (
6464

6565
Assuming your webpack config lives at `./webpack.config.js` and looks like this
6666
```javascript
67-
var path = require("path");
67+
var path = require('path');
6868
var webpack = require('webpack');
6969
var BundleTracker = require('webpack-bundle-tracker');
7070

0 commit comments

Comments
 (0)