Skip to content

Commit

Permalink
Align the same filename of empty_shim in README
Browse files Browse the repository at this point in the history
empty-shim.js is not aligned with sample empty_shim below.

Change the above one to become empty_shim.js
  • Loading branch information
thomas-lee authored and trentm committed Mar 4, 2017
1 parent 5c51dc2 commit 027cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```
Expand Down

0 comments on commit 027cf5a

Please sign in to comment.