Skip to content

Commit b24f021

Browse files
committed
update README.md
1 parent ff33056 commit b24f021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a WebSocket Server and Client for Arduino based on RFC6455.
1717
##### Limitations #####
1818
- max input length is limited to the ram size and the ```WEBSOCKETS_MAX_DATA_SIZE``` define
1919
- max output length has no limit (the hardware is the limit)
20-
- Client send masked send big frames with mask 0x00000000 (on AVR all frames)
20+
- Client send big frames with mask 0x00000000 (on AVR all frames)
2121

2222
##### Supported Hardware #####
2323
- ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino)

0 commit comments

Comments
 (0)