]> Entropealabs - wampex_router.git/commitdiff
typo
authorChristopher <chris@entropealabs.com>
Tue, 18 Feb 2020 15:26:47 +0000 (09:26 -0600)
committerChristopher <chris@entropealabs.com>
Tue, 18 Feb 2020 15:26:47 +0000 (09:26 -0600)
README.md

index 888ffe03a3850630126f4d9df53fd7c6b53a508f..6fcd30c21131796135787f0ab28521d52dbe5ac1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ The protocol uses a registered [WebSocket subprotocol](https://wamp-proto.org/_s
 
 ### Implementation Details
 
-WAMPex currently maps each session to a seperate transport connection. This means there is a new conection per instance of WAMPex.
+WAMPex currently maps each session to a seperate transport connection. This means there is a new connection per instance of WAMPex.
 
 Internally WAMPex uses [Registry](https://hexdocs.pm/elixir/Registry.html#module-using-as-a-pubsub) for local PubSub. Subscriptions and Callees are registrerd with separate Registry instances, partitioned over the available system CPU cores.