From d0b980c33dbf43b45443d3433aa369a3b6b52feb Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Thu, 12 Sep 2013 13:10:22 -0700 Subject: [PATCH] actually document the function --- libraries/WebSocket.elm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libraries/WebSocket.elm b/libraries/WebSocket.elm index 8c20f5d..46edba8 100644 --- a/libraries/WebSocket.elm +++ b/libraries/WebSocket.elm @@ -1,6 +1,10 @@ module WebSocket where {-| A library for low latency HTTP communication. See the HTTP library for -standard requests like GET, POST, etc. +standard requests like GET, POST, etc. The API of this library is likely to +change to make it more flexible. + +# Open a Connection +@docs connect -} import Signal (Signal)