summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proto.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.pod b/proto.pod
index 09c3205..5edbc6f 100644
--- a/proto.pod
+++ b/proto.pod
@@ -11,7 +11,7 @@ sockets and TCP).
=head1 HANDSHAKE
server: ver,1,0 ser,json,gob
- client: ver,1,0 ser,json
+ client: ver,1.0 ser,json
After a client has connected, the server sends the first message. This message
is a space-separated list of parameters, followed by a newline character (\n).