Skip to content

Commit 4d96eef

Browse files
committed
Update README.md
1 parent 333e619 commit 4d96eef

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<img width="200" height="200"
1111
src="https://webpack.js.org/assets/icon-square-big.svg">
1212
</a>
13-
<h1>Webpack Dev Middleware</h1>
13+
<h1>webpack Dev Middleware</h1>
1414
</div>
1515

16-
It's a simple wrapper middleware for webpack. It serves the files emitted from webpack over a connect server.
16+
It's a simple wrapper middleware for webpack. It serves the files emitted from webpack over a connect server. This should be used for **development only**.
1717

1818
It has a few advantages over bundling it as files:
1919

@@ -136,7 +136,7 @@ In the server-side rendering mode, __webpack-dev-middleware__ would sets the `st
136136

137137
Notice that requests for bundle files would still be responded by __webpack-dev-middleware__ and all requests will be pending until the building process is finished in the server-side rendering mode.
138138

139-
```JavaScript
139+
```javascript
140140
app.use(webpackMiddleware(compiler, { serverSideRender: true })
141141

142142
// The following middleware would not be invoked until the latest build is finished.
@@ -179,12 +179,6 @@ Don't hesitate to create a pull request. Every contribution is appreciated. In d
179179
<table>
180180
<tbody>
181181
<tr>
182-
<td align="center">
183-
<img width="150 height="150"
184-
src="https://avatars.githubusercontent.com/sokra?v=3">
185-
<br />
186-
<a href="https://github.com/">Tobias Koppers</a>
187-
</td>
188182
<td align="center">
189183
<img width="150 height="150"
190184
src="https://avatars.githubusercontent.com/SpaceK33z?v=3">

0 commit comments

Comments
 (0)