Skip to content

Commit

Permalink
Removed limitation on message size. Data Framing is now compliant wit…
Browse files Browse the repository at this point in the history
…h RFC6455 sections 5.6 / 5.7
  • Loading branch information
Domingos Bruges committed Dec 30, 2013
1 parent 8d917a3 commit ef6f387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Try the example that is shown bellow.

### Example
``` arduino
#include &ltEthernet.h>
#include &ltSPI.h>
#include &ltWSClient.h>
#include <Ethernet.h>
#include <SPI.h>
#include <WSClient.h>
// Ethernet Configuration
EthernetClient client;
Expand Down

0 comments on commit ef6f387

Please sign in to comment.