From f52d718cf23bae41c1f6cd6e7215f6879e0dede9 Mon Sep 17 00:00:00 2001 From: tzapu Date: Fri, 3 Feb 2017 13:53:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0394d98..6f2e5a4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ a WebSocket Server and Client for Arduino based on RFC6455. This libary can run in Async TCP mode on the ESP. -The mode can be aktivated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define). +The mode can be activated in the ```WebSockets.h``` (see WEBSOCKETS_NETWORK_TYPE define). [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP) libary is required.