From 217c66a613a412c5beb5b2798c82d2438b4c9fdb Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Thu, 7 Apr 2016 01:23:44 +1000 Subject: [PATCH] trivial readme grammar update Removed duplicate words in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ea179b0..553d846ad 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The basic structure of a NetworkPacket (before encryption) is the following: } ``` -The content of the `"body"` section is defined by each Plugin. Hence, only the only the emisor and receiver plugins of a given packet type need agree on the contents of the body. +The content of the `"body"` section is defined by each Plugin. Hence, only the emisor and receiver plugins of a given packet type need agree on the contents of the body. NetworkPackets can also have binary data attached that can't be serialized to JSON. In this case, two new fields will be added: