Skip to content

Commit 027cf5a

Browse files
thomas-leetrentm
authored andcommittedMar 4, 2017
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
1 parent 5c51dc2 commit 027cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ log.info('hi on info');
12831283
12841284
## Webpack
12851285
Webpack can work with the same example Browserify above. To do this, we need to make webpack ignore optional files:
1286-
Create "empty-shim.js":
1286+
Create "empty_shim.js":
12871287
```javascript
12881288
// This is an empty shim for things that should be not be included in webpack
12891289
```

0 commit comments

Comments
 (0)
Please sign in to comment.