Browse Source

README fix

Armon Dadgar 10 years ago
parent
commit
62cde7809f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -17,11 +17,11 @@ Yamux uses a streaming connection underneath, but imposes a message
 framing so that it can be shared between many logical streams. Each
 frame contains a header like:
 
-<Version> (4 bits)
-<Type> (4 bits)
-<Flags> (8 bits)
-<StreamID> (32 bits)
-<Length> (32 bits)
+* Version (4 bits)
+* Type (4 bits)
+* Flags (8 bits)
+* StreamID (32 bits)
+* Length (32 bits)
 
 This means that each header has a 10 byte overhead. Each field
 is described below: