Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit c78a348

Browse files
simon04michael-ciniawsky
authored andcommitted
docs(README): consistent typesetting of "webpack" (#46)
1 parent 36ad1f1 commit c78a348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg">
1010
</a>
1111
<h1>Bundle Loader</h1>
12-
<p>Bundle loader for Webpack.<p>
12+
<p>Bundle loader for webpack.<p>
1313
</div>
1414

1515
<h2 align="center">Install</h2>
@@ -65,7 +65,7 @@ Here `[name]` corresponds to the chunk name set in the `name` query parameter.
6565
require("bundle-loader?lazy&name=my-chunk!./file.js");
6666
require("bundle-loader?lazy&name=[name]!./file.js");
6767
```
68-
And the WebPack configuration:
68+
And the webpack configuration:
6969
``` js
7070
module.exports = {
7171
entry: { ... },

0 commit comments

Comments
 (0)