Skip to content

Commit 3af80ad

Browse files
committed
fix MSCB LSCB title
1 parent b8e37b1 commit 3af80ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ IOT PROTOCOL uses middlewares and router's filtering features based on [express
9191
* binary: `0b011110`
9292

9393
---
94-
### [0] **MSCB**: MSB_CONTROL_BYTE
94+
### [0] **MSCB**
9595

96-
The Most Significant Control Byte. **REQUIRED**
96+
The **Most Significant Control Byte**. **REQUIRED**
9797

9898
* Size: `1 byte`
9999
* Default: `0b00000100` = `4` = `0x4`
@@ -108,9 +108,9 @@ The Most Significant Control Byte. **REQUIRED**
108108
- Range: `from 1 up to 63`. Zero is reserved.
109109

110110
---
111-
### [1] **LSCB**: LSB_CONTROL_BYTE
111+
### [1] **LSCB**
112112

113-
The Least Significant Control Byte. **REQUIRED**
113+
The **Least Significant Control Byte**. **REQUIRED**
114114
* Size: `1 byte`
115115
* Default: `0b00000100` = `4` = `0x4`
116116

@@ -163,7 +163,7 @@ Format: `PATH + IOT_ETX`. **SINGLE**
163163

164164
---
165165

166-
### [4] **HEADERS**:
166+
### [4] **HEADERs**:
167167

168168
Headers are be Key Value Pair that serves to set an attribute value for the request. Case sensitive.
169169

0 commit comments

Comments
 (0)