From 14b70d55344ce4577126b666b18e06e78515dd09 Mon Sep 17 00:00:00 2001 From: Alpha Shuro Date: Thu, 10 Mar 2016 11:37:37 +0200 Subject: [PATCH] fix inconsistent documentation Make the example consistent with detailed explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdb93e29..198373bf 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ module.exports = { WEBPACK_LOADER = { 'DEFAULT': { 'CACHE': not DEBUG, - 'BUNDLE_DIR_NAME': 'webpack_bundles/', # must end with slash - 'STATS_FILE': 'webpack-stats.json', + 'BUNDLE_DIR_NAME': 'bundles/', # must end with slash + 'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats.json'), 'POLL_INTERVAL': 0.1, 'IGNORE': ['.+\.hot-update.js', '.+\.map'] }