Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Jul 31, 2024
1 parent 37b5233 commit e48573b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Stream sockets are used as message passing channels. A single server can listen

Messages use a simple wire protocol, where the first 8 bytes of the message specify the length of the rest of the message (unsigned, big endian).

The payload of the message is provided by the user. Serialisation format etc. is left to user's choice.
The payload of the message is provided by the user. Serialization format etc. is left to user's choice.

== Getting started

Expand Down

0 comments on commit e48573b

Please sign in to comment.