diff --git a/TransportClient.md b/TransportClient.md index 255b366..54371e6 100644 --- a/TransportClient.md +++ b/TransportClient.md @@ -9,7 +9,7 @@ The client uses a separate group for each pair of contacts. The [group descripto ### Message types -**0: UPDATE** - The content is a BDF list with three elements: `transport_id` (string), `version` (int), and `properties` (dictionary). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change. +**0: UPDATE** - The content is a BDF list with three elements: `transport_id` (string), `properties` (dictionary), and `version` (int). `transport_id` and `properties` are supplied by the transport plugin. `version` is incremented whenever the properties change. ### Validity policy