Skip to content

Commit

Permalink
Fix simple typo/grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
John Murray committed Oct 3, 2013
1 parent ee8c550 commit d854f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mqtt/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mqtt - A Proof of Concept MQTT Shared Library

This project implements a Proof of Concept shared library (**libMqtt.so**) for BlackBerry 10 that provides an API to the some some of the main aspects of the [MQTT](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=mqtt) (**Message Queuing Telemetry Transport**) protocol stack as defined by [OASIS](http://www.oasis-open.org).
This project implements a Proof of Concept shared library (**libMqtt.so**) for BlackBerry 10 that provides an API to some of the main aspects of the [MQTT](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=mqtt) (**Message Queuing Telemetry Transport**) protocol stack as defined by [OASIS](http://www.oasis-open.org).

MQTT provides a lightweight publish/subscribe reliable messaging transport protocol suitable for communication in **M2M/IoT** (**Machine to Machine/Internet of Things**) contexts where a small code footprint is required and/or network bandwidth is at a premium.

Expand Down Expand Up @@ -68,4 +68,4 @@ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR P
AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit d854f4d

Please sign in to comment.