Nitpick README update

PUBLISHED_FROM=28b3a30ad82432e8e3ca194d7e204acf9a998e94
This commit is contained in:
Sergey Lyubka 2015-09-21 18:06:32 +03:00
parent 8a66ff5278
commit 51e016089e
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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>