From 027cf5aab106b50166d1d6e9e32fee30f2234dae Mon Sep 17 00:00:00 2001 From: Thomas Lee Date: Fri, 3 Mar 2017 12:14:02 +0800 Subject: [PATCH] Align the same filename of empty_shim in README empty-shim.js is not aligned with sample empty_shim below. Change the above one to become empty_shim.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4602ea..770a2f8 100644 --- a/README.md +++ b/README.md @@ -1283,7 +1283,7 @@ log.info('hi on info'); ## Webpack Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files: -Create "empty-shim.js": +Create "empty_shim.js": ```javascript // This is an empty shim for things that should be not be included in webpack ```