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 ```