Skip to content

Commit 1b3522c

Browse files
committed
Fix wrong info in README
1 parent 39f0377 commit 1b3522c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@ is described as below.
7575
| Protocol Version | 1 | 0x00 |
7676
| Section Type | 1 | 'M' |
7777
| Section Length | 4 | 0x00 0x00 0x00 0x0a |
78-
| Section Data | 4 | "text/plain" |
78+
| Section Data | 10 | "text/plain" |
7979
| Section Type | 1 | 'M' |
8080
| Section Length | 4 | 0x00 0x00 0x00 0x04 |
8181
| Section Data | 4 | "TEXT" |
8282
| Section Type | 1 | 'C' |
8383
| Section Length | 4 | 0x00 0x00 0x00 0x09 |
84-
| Section Data | 4 | "SOME Data" |
84+
| Section Data | 9 | "SOME Data" |
8585
| Section Type | 1 | 'M' |
8686
| Section Length | 4 | 0x00 0x00 0x00 0x09 |
87-
| Section Data | 4 | "text/html" |
87+
| Section Data | 9 | "text/html" |
8888
| Section Type | 1 | 'C' |
8989
| Section Length | 4 | 0x00 0x00 0x00 0x09 |
90-
| Section Data | 4 | "HTML code" |
90+
| Section Data | 9 | "HTML code" |
9191

9292
- Every section starts with the section type, `M` (mime-type) or `C` (content).
9393
- Before `C` section, there must be one or more `M` section to indicate the data type.

0 commit comments

Comments
 (0)