From 51e016089e03ce8728c2ca19a065ef57ca6c9bdb Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 21 Sep 2015 18:06:32 +0300 Subject: [PATCH] Nitpick README update PUBLISHED_FROM=28b3a30ad82432e8e3ca194d7e204acf9a998e94 --- README.md | 3 +-- examples/raspberry_pi_mjpeg_led/README.adoc | 2 +- examples/raspberry_pi_mjpeg_led/web_root/doc.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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.