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
master
Thomas Lee 2017-03-03 12:14:02 +08:00 committed by Trent Mick
parent 5c51dc2182
commit 027cf5aab1
1 changed files with 1 additions and 1 deletions

View File

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