Skip to content

Commit 8545451

Browse files
committed
Update README.md
1 parent 611c868 commit 8545451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ HttpServer 采用 Java NIO.2 模型进行开发,使用了 `java.nio.channels.A
219219
#### 3.1.1.2 支持以下状态码:
220220

221221
- 200 OK<br/>
222-
<img src="./docs/image/feature_status_200.png" alt="200" width="300">
222+
<img src="./docs/image/feature_status_200.png" alt="200" width="300">
223223

224224
- 301 Moved Permanently<br/>
225-
<img src="./docs/image/feature_status_301.png" alt="301" width="300">
225+
<img src="./docs/image/feature_status_301.png" alt="301" width="300">
226226

227227
- 302 Found<br/>
228228
<img src="./docs/image/feature_status_302.png" alt="302" width="300">
@@ -257,7 +257,7 @@ HttpServer 采用 Java NIO.2 模型进行开发,使用了 `java.nio.channels.A
257257
<img src="./docs/image/feature_mime_html.png" alt="HTML" width="500">
258258

259259
- png: `image/png`<br/>
260-
<img src="./docs/image/feature_mime_png.png" alt="PNG" width="500">
260+
<img src="./docs/image/feature_mime_png.png" alt="PNG" width="500">
261261

262262
- mp4: `video/mp4`<br/>
263263
<img src="./docs/image/feature_mime_mp4.png" alt="MP4" width="500">

0 commit comments

Comments
 (0)