diff --git a/README.md b/README.md index 99c6ac70..98f0b217 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money. [Download Mongoose Source Code here](http://hubs.ly/H0150FK0) > Nothing overdone. Nothing less. So unbelievably easy to use. -> Just how good software should be! -> - Pritin Tyagaraj, SAP +> Just how good software should be! -- Pritin Tyagaraj, SAP # Features diff --git a/examples/raspberry_pi_mjpeg_led/README.adoc b/examples/raspberry_pi_mjpeg_led/README.adoc index 4aeb32ab..007ef698 100644 --- a/examples/raspberry_pi_mjpeg_led/README.adoc +++ b/examples/raspberry_pi_mjpeg_led/README.adoc @@ -24,7 +24,7 @@ grabbing application can handle. The device automatically attempts reconnecting. The cloud side serves the webapp static pages and serves an MPJEG image on `/mpjg`. The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket -and then every client will recieve a copy of the frame. +and then every client will receive a copy of the frame. The web app can turn on and off the LED via a RESTful api accessible via the `/api` handler. diff --git a/examples/raspberry_pi_mjpeg_led/web_root/doc.html b/examples/raspberry_pi_mjpeg_led/web_root/doc.html index 00915466..f3bb9ae6 100644 --- a/examples/raspberry_pi_mjpeg_led/web_root/doc.html +++ b/examples/raspberry_pi_mjpeg_led/web_root/doc.html @@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting.

The cloud side serves the webapp static pages and serves an MPJEG image on /mpjg. The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket -and then every client will recieve a copy of the frame.

+and then every client will receive a copy of the frame.

The web app can turn on and off the LED via a RESTful api accessible via the /api handler.