From f2ab8d4ec5790060ded3dc59e192ba5d2c051ee3 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Wed, 30 Apr 2014 03:44:01 -0700 Subject: [PATCH] Fixed spelling and formatting of README --- Readme.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 59b022e6..cad70e5c 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ shared by both The parser can encode/decode packets, payloads, and payloads as binary with the following methods: `encodePacket`, `decodePacket`, `encodePayload`, -`decodePayload`, `encodePayloadAsBinary`, `decodePayloadAsBinar`. +`decodePayload`, `encodePayloadAsBinary`, `decodePayloadAsBinary`. The browser-side parser also includes `encodePayloadAsArrayBuffer` and `encodePayloadAsBlob`. @@ -111,8 +111,6 @@ Engine.IO Parser is a commonjs module, which means you can include it by using - `String` | `ArrayBuffer`: the packet to decode, has `type` and `data` - `String`: optional, the binary type ----- - - `encodeBase64Packet` - Encodes a packet with binary data in a base64 string (`String`) - **Parameters** @@ -124,8 +122,6 @@ Engine.IO Parser is a commonjs module, which means you can include it by using - `String`: the base64 encoded message - `String`: optional, the binary type ----- - - `encodePayload` - Encodes multiple messages (payload). - If any contents are binary, they will be encoded as base64 strings. Base64 @@ -142,8 +138,6 @@ Engine.IO Parser is a commonjs module, which means you can include it by using - `String`: optional, the binary type - `Function`: callback, returns (`Object`: packet, `Number`:packet index, `Number`:packet total) ----- - - `encodePayloadAsBinary` - Encodes multiple messages (payload) as binary. - **Parameters**