aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-08-27 18:14:31 +0200
committerLoïc Hoguin <[email protected]>2013-08-27 18:14:31 +0200
commit8a77c8f753910168438986d13733f19bfc10fde1 (patch)
tree5e14192a0e52529b33041953edebd27df6b48fc9
parentb22f25d902a2c74a61f75270dbb96d5ce15b4f60 (diff)
downloadcowboy-8a77c8f753910168438986d13733f19bfc10fde1.tar.gz
cowboy-8a77c8f753910168438986d13733f19bfc10fde1.tar.bz2
cowboy-8a77c8f753910168438986d13733f19bfc10fde1.zip
Alphabetical order
-rw-r--r--manual/cowboy_websocket.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/cowboy_websocket.md b/manual/cowboy_websocket.md
index 1b07107..9a81878 100644
--- a/manual/cowboy_websocket.md
+++ b/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
-------