diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-12 05:09:48 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-12 05:09:48 -0800 |
| commit | c0e2927ffc3b8c6fa34a1ce66bd3a0d7a4d9a52d (patch) | |
| tree | 8dce4c4f9e01940ce8b393245ca9037914dab0e8 | |
| parent | 87d45fa165145948965a7e8a0bf4d699b5d23fba (diff) | |
| download | nng-1.2.tar.gz nng-1.2.tar.bz2 nng-1.2.zip | |
| -rw-r--r-- | README.adoc | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/README.adoc b/README.adoc index 9c566987..666148f2 100644 --- a/README.adoc +++ b/README.adoc @@ -12,12 +12,17 @@ endif::[] // Note: If you're updating this file, don't forget to re-run asciidoctor // to update the aforementioned HTML file! -image:https://img.shields.io/badge/license-MIT-blue.svg[MIT License] -image:https://img.shields.io/discord/639573728212156478?label=discord[Discord,link="https://discord.gg/Xnac6b9"] -image:https://img.shields.io/circleci/project/github/nanomsg/nng.svg?label=linux[Linux Status,link="https://circleci.com/gh/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://img.shields.io/codecov/c/github/nanomsg/nng?label=coverage[Coverage,link="https://codecov.io/gh/nanomsg/nng"] -image:https://img.shields.io/codacy/grade/f241cba192974787b66f7e4368777ebf[Codacy,link="https://www.codacy.com/app/gdamore/nng"] +//image:https://img.shields.io/github/workflow/status/nanomsg/nng/darwin?logoColor=grey&logo=apple&label=[macOS Status,link="https://github.com/nanomsg/nng/actions"] +image:https://img.shields.io/github/workflow/status/nanomsg/nng/linux?logoColor=grey&logo=ubuntu&label=[Linux Status,link="https://github.com/nanomsg/nng/actions"] +image:https://img.shields.io/github/workflow/status/nanomsg/nng/windows?logoColor=grey&logo=windows&label=[Windows Status,link="https://github.com/nanomsg/nng/actions"] +image:https://img.shields.io/circleci/project/github/nanomsg/nng.svg?logo=circleci&logoColor=grey&label=[Linux Status,link="https://circleci.com/gh/nanomsg/nng"] +image:https://img.shields.io/appveyor/ci/nanomsg/nng/master.svg?logo=appveyor&logoColor=grey&label=[Windows Status,link="https://ci.appveyor.com/project/nanomsg/nng"] +image:https://img.shields.io/codecov/c/github/nanomsg/nng?logo=codecov&logoColor=grey&label=[Coverage,link="https://codecov.io/gh/nanomsg/nng"] +image:https://img.shields.io/codacy/grade/f241cba192974787b66f7e4368777ebf?logo=codacy&logoColor=grey&label=[Codacy,link="https://www.codacy.com/app/gdamore/nng"] +image:https://img.shields.io/lgtm/grade/cpp/github/nanomsg/nng?logo=lgtm&logoColor=grey&label=[LGTM,link="https://lgtm.com/projects/g/nanomsg/nng/?mode=list"] +image:https://img.shields.io/discord/639573728212156478?label=&logo=discord[Discord,link="https://discord.gg/Xnac6b9"] +image:https://img.shields.io/static/v1?label=&message=docs&logo=asciidoctor&logoColor=silver&color=blue[] +image:https://img.shields.io/github/license/nanomsg/nng.svg?logoColor=silver&logo=open-source-initiative&label=&color=blue[MIT License,link="https://github.com/nanomsg/nng/blob/master/LICENSE.txt"] NOTE: If you are looking for the legacy version of nanomsg, please |
