From 636e7f62cf9c138ab38fad06f94320bc684cf05c Mon Sep 17 00:00:00 2001 From: dthorpe Date: Sat, 3 May 2014 20:27:10 -0700 Subject: [PATCH] Copyedit readme This started out as spelling and grammar fixes, but a bit of structural editing crept in. Please review and send feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d11c9a66..2fc1cad0b 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Secret String When a wallet is created, a secret string is provided to invite new peers to the new wallet. This string has the following format: - - CopayerId of the peer generating the string. This is a 33 bytes ECDSA public key, as explained above. + - CopayerId of the peer generating the string. This is a 33 byte ECDSA public key, as explained above. This allows the receiving peer to locate the generating peer. - Network Key. A 8 byte string to encrypt and sign the peers communication.