diff --git a/README.md b/README.md index 2eea2f0..f1c4871 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Websocket Client and Server for Arduino +## Websocket Client and Server for ESP-8266 -This is a simple library that implements a Websocket client and server running on an Arduino. +This is a simple library that implements a Websocket client and server running on an ESP-8266. ### Getting started @@ -20,4 +20,4 @@ Because of limitations of the current Arduino platform (Uno at the time of this ### Credits Thank you to github user ejeklint for the excellent starting point for this library. From his original Hixie76-only code I was able to add support for RFC 6455 and create the WebSocket client. -- Branden \ No newline at end of file +- Branden