diff --git a/README.md b/README.md index 99c6ac70f4b47053721ac7d86b8e375504f35d17..98f0b2176a68b3474c87a8018d2833afbea6dbd7 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 4aeb32ab5edeb97a46844487195f43bf8b401776..007ef698a5ff91aa4ad1c210933491473b7e6bed 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 00915466ae9591d91edbc6907dcb33fad12888c8..f3bb9ae638f3cf2da967baa9455479499a6f67e9 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. <div class="paragraph"> <p>The cloud side serves the webapp static pages and serves an MPJEG image on <code>/mpjg</code>. 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.</p> +and then every client will receive a copy of the frame.</p> </div> <div class="paragraph"> <p>The web app can turn on and off the LED via a RESTful api accessible via the <code>/api</code> handler.</p>