Skip to content

Commit fbcc2c7

Browse files
authored
Update README.md
1 parent 90feceb commit fbcc2c7

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
@@ -301,15 +301,15 @@ This packet is the response to an open connection request one packet.
301301
302302
**`....1` shall be recorded as:**
303303
304-
#### if ServerHasSecurity & Libcat:
304+
if ServerHasSecurity & Libcat:
305305
306306
| Field | Type | Endianness |
307307
| ------------------- | ---------------- | ---------- |
308308
| has cookie | bool | N/A |
309309
| cookie | uint32 | Big Endian |
310310
| server public key | uint8[294] | N/A |
311311
312-
#### if ServerHasSecurity & Nothing:
312+
if ServerHasSecurity & Nothing:
313313
314314
| Field | Type | Endianness |
315315
| ------------------- | ---------------- | ---------- |

0 commit comments

Comments
 (0)