Browse Source

Alphabetical order

Loïc Hoguin 11 years ago
parent
commit
8a77c8f753
1 changed files with 6 additions and 6 deletions
  1. 6 6
      manual/cowboy_websocket.md

+ 6 - 6
manual/cowboy_websocket.md

@@ -22,18 +22,18 @@ Types
 Meta values
 -----------
 
-### websocket_version
-
-> Type: 7 | 8 | 13
->
-> The version of the Websocket protocol being used.
-
 ### websocket_compress
 
 > Type: true | false
 >
 > Whether a websocket compression extension in in use.
 
+### websocket_version
+
+> Type: 7 | 8 | 13
+>
+> The version of the Websocket protocol being used.
+
 Exports
 -------