billstclair/elm-websocket-client

Fix Documentation of Response Type

Closed this issue · 2 comments

For example, the documentation of CmdResponse is old:

CmdResponse is a Cmd that you must return from your update function.
It will send something out the sendPort in your Config.

Thanks.

Fixed by 292694e.