## Documentation
-The package isn't published to hex yet, so to view the docs you'll need to check out the repo and run `mix docs`.
+The package isn't published to hex yet, so to view the docs you'll need to check out the repo and run `mix docs`.
+
+Module documentation is light at the moment, but everything has specs and passes Dialyzer testing.
## Usage
The protocol uses a registered [WebSocket subprotocol](https://wamp-proto.org/_static/gen/wamp_latest.html#websocket-transport), there are several values available. You need to ensure that the [Router](https://wamp-proto.org/_static/gen/wamp_latest.html#peers-and-roles) that you connect to also supports the subprotocol.
-### ImplementationDetails
+### Implementation Details
WAMPex currently maps each session to a seperate transport connection. This means there is a new conection per instance of WAMPex.