diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-11-27 14:43:46 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-11-27 14:43:46 -0800 |
| commit | fcaa3e1ea7d4343c5452fe25d89c0c6b125f6fcf (patch) | |
| tree | 45902f1f7f41f2299e63a6f42efaccb0bbdd1ef7 /README.adoc | |
| parent | 8a72e00a6020db9ab93c68c80841757ce445ef9f (diff) | |
| download | nng-fcaa3e1ea7d4343c5452fe25d89c0c6b125f6fcf.tar.gz nng-fcaa3e1ea7d4343c5452fe25d89c0c6b125f6fcf.tar.bz2 nng-fcaa3e1ea7d4343c5452fe25d89c0c6b125f6fcf.zip | |
Minor README updates, including commercial support options.
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/README.adoc b/README.adoc index aa100703..465f115a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ -nng - nanomsg-NG -================ += nng - nanomsg-next-gen image:https://img.shields.io/badge/license-MIT-blue.svg[MIT License] +https:https://img.shields.io/circleci/project/github/nanomsg/nng.svg?label=[Linux Status,link="https://circleci.com/gh/nanomsg/nng"] image:https://img.shields.io/travis/nanomsg/nng/master.svg?label=linux[Linux Status,link="https://travis-ci.org/nanomsg/nng"] image:https://img.shields.io/appveyor/ci/nanomsg/nng/master.svg?label=windows[Windows Status,link="https://ci.appveyor.com/project/nanomsg/nng"] image:https://codecov.io/gh/nanomsg/nng/branch/master/graph/badge.svg?label=coverage[Coverage,link="https://codecov.io/gh/nanomsg/nng"] @@ -18,7 +18,7 @@ This is a work in progress, and is *not* suitable for production use or publication. When the library is ready for broader consumption, an announcement will be posted on the nanomsg mailing list and website. -https://nanomsg.github.io/nng/man/[Draft documentation] is posted +Some https://nanomsg.github.io/nng/man/[manual pages] are posted on GitHub pages. If you are looking for the current production version of nanomsg, please @@ -41,9 +41,12 @@ nanomsg, use -DNNG_TRANSPORT_TLS=ON in your cmake command line. You will need to have the ARM mbedTLS library installed. (This is available in Xenial Ubuntu as libmbedtls-dev). -The API is not yet stable, but if you want to explore using the newer +The API is not yet documented, but if you want to explore using the newer API, pleaes have a look at the `nng.h` header file. A legacy compatible `nng_compat.h` header is available and offers API compatibility with legacy _nanomsg_. - - Garrett D'Amore (Nov. 20, 2017) +== Commercial Support + +Please contact mailto:info@staysail.tech[Staysail Systems, Inc.] to +inquire about commercial support. |
