Commit 51e01608 authored by Sergey Lyubka's avatar Sergey Lyubka

Nitpick README update

    PUBLISHED_FROM=28b3a30ad82432e8e3ca194d7e204acf9a998e94
parent 8a66ff52
...@@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money. ...@@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money.
[Download Mongoose Source Code here](http://hubs.ly/H0150FK0) [Download Mongoose Source Code here](http://hubs.ly/H0150FK0)
> Nothing overdone. Nothing less. So unbelievably easy to use. > Nothing overdone. Nothing less. So unbelievably easy to use.
> Just how good software should be! > Just how good software should be! -- Pritin Tyagaraj, SAP
> - Pritin Tyagaraj, SAP
# Features # Features
......
...@@ -24,7 +24,7 @@ grabbing application can handle. The device automatically attempts reconnecting. ...@@ -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 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 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. The web app can turn on and off the LED via a RESTful api accessible via the `/api` handler.
......
...@@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting. ...@@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
<div class="paragraph"> <div class="paragraph">
<p>The cloud side serves the webapp static pages and serves an MPJEG image on <code>/mpjg</code>. <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 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>
<div class="paragraph"> <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> <p>The web app can turn on and off the LED via a RESTful api accessible via the <code>/api</code> handler.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment