diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-06-08 11:51:25 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-06-08 11:51:25 -0700 |
| commit | a43e6170bdc97a27602d7a75afcbb37e9d4e69e1 (patch) | |
| tree | f8a3f64404d0aea5ac619b295573d110468abb9f /README.html | |
| parent | ad927e22d39ee61454c644d5c226fded8699d033 (diff) | |
| download | nng-a43e6170bdc97a27602d7a75afcbb37e9d4e69e1.tar.gz nng-a43e6170bdc97a27602d7a75afcbb37e9d4e69e1.tar.bz2 nng-a43e6170bdc97a27602d7a75afcbb37e9d4e69e1.zip | |
Fix spelling errors in README.
Diffstat (limited to 'README.html')
| -rw-r--r-- | README.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.html b/README.html index f2d99b5c..785b9c76 100644 --- a/README.html +++ b/README.html @@ -468,11 +468,11 @@ compatibility with the original.</p> <div class="sectionbody"> <div class="paragraph"> <p>NNG, like its predecessors <a href="http://nanomsg.org">nanomsg</a> (and to some extent -<a href="http://zeromq.org/">ZeroMQ</a>), is a lightweight, brokerless library, +<a href="http://zeromq.org/">ZeroMQ</a>), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection -management, retries, and other comomon considerations, so that they +management, retries, and other common considerations, so that they can focus on the application instead of the plumbing.</p> </div> <div class="paragraph"> @@ -574,7 +574,7 @@ concurrent applications vastly simpler than previously possible.</p> <h2 id="_compatibility">Compatibility</h2> <div class="sectionbody"> <div class="paragraph"> -<p>This project offers both wire compatibility and API compability, +<p>This project offers both wire compatibility and API compatibility, so most nanomsg users can begin using NNG right away.</p> </div> <div class="paragraph"> @@ -627,7 +627,7 @@ blindingly fast and has made our lives as developers measurably better.)</p> </div> <div class="paragraph"> <p>If you want to build with TLS support you will also need -<a href="https://tls.mbed.org">mbedTLS</a>. Seee <a href="docs/BUILD_TLS.html">docs/BUILD_TLS.html</a> for details.</p> +<a href="https://tls.mbed.org">mbedTLS</a>. See <a href="docs/BUILD_TLS.html">docs/BUILD_TLS.html</a> for details.</p> </div> </div> </div> @@ -708,7 +708,7 @@ sponsorship of <a href="https://www.capitar.com">Capitar IT Group BV</a> and </div> <div id="footer"> <div id="footer-text"> -Last updated 2018-06-08 11:35:28 PDT +Last updated 2018-06-08 11:51:08 PDT </div> </div> </body> |
