Skip to content

Commit 65b8925

Browse files
authored
Update README.md
1 parent 71100b6 commit 65b8925

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
<img height="150" src="img/logo.png"/>
33
</p>
44

5+
<p align="center">
6+
<a href="https://en.wikipedia.org/wiki/C%2B%2B17">
7+
<img src="https://img.shields.io/badge/C%2B%2B-17-blue.svg" alt="standard"/>
8+
</a>
9+
<a href="https://github.com/p-ranav/tabulate/blob/master/LICENSE">
10+
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license"/>
11+
</a>
12+
<img src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" alt="version"/>
13+
</p>
14+
515
`iris` is a `C++17` header-only library that provides a [component model](https://en.wikipedia.org/wiki/Component-based_software_engineering) and messaging framework based on [ZeroMQ](https://zeromq.org/).
616

717
## Prerequisites

0 commit comments

Comments
 (0)