Skip to content

Commit 2edb9b9

Browse files
authored
Update README.md
1 parent e671e54 commit 2edb9b9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
This library provides a c++20 coroutine wrapper around the modern linux io_uring interface.
33
It is an addition to [async++](https://github.com/asyncpp/asyncpp) which provides general coroutine tasks and support classes.
44

5-
Tested and supported compilers:
6-
[![ubuntu-2004_clang-10][img_ubuntu-2004_clang-10]][Compiler-Support]
7-
[![ubuntu-2004_clang-11][img_ubuntu-2004_clang-11]][Compiler-Support]
8-
[![ubuntu-2004_clang-12][img_ubuntu-2004_clang-12]][Compiler-Support]
9-
[![ubuntu-2004_gcc-10][img_ubuntu-2004_gcc-10]][Compiler-Support]
10-
[![ubuntu-2204_clang-13][img_ubuntu-2204_clang-13]][Compiler-Support]
11-
[![ubuntu-2204_clang-14][img_ubuntu-2204_clang-14]][Compiler-Support]
12-
[![ubuntu-2204_clang-15][img_ubuntu-2204_clang-15]][Compiler-Support]
13-
[![ubuntu-2204_gcc-11][img_ubuntu-2204_gcc-11]][Compiler-Support]
14-
[![ubuntu-2204_gcc-10][img_ubuntu-2204_gcc-10]][Compiler-Support]
5+
Tested and supported compilers:
6+
[![ubuntu-2004_clang-10][img_ubuntu-2004_clang-10]][Compiler-Support]
7+
[![ubuntu-2004_clang-11][img_ubuntu-2004_clang-11]][Compiler-Support]
8+
[![ubuntu-2004_clang-12][img_ubuntu-2004_clang-12]][Compiler-Support]
9+
[![ubuntu-2004_gcc-10][img_ubuntu-2004_gcc-10]][Compiler-Support]
10+
[![ubuntu-2204_clang-13][img_ubuntu-2204_clang-13]][Compiler-Support]
11+
[![ubuntu-2204_clang-14][img_ubuntu-2204_clang-14]][Compiler-Support]
12+
[![ubuntu-2204_clang-15][img_ubuntu-2204_clang-15]][Compiler-Support]
13+
[![ubuntu-2204_gcc-11][img_ubuntu-2204_gcc-11]][Compiler-Support]
14+
[![ubuntu-2204_gcc-10][img_ubuntu-2204_gcc-10]][Compiler-Support]
1515

1616

1717
[img_ubuntu-2004_clang-10]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/asyncpp/asyncpp-uring/badges/compiler/ubuntu-2004_clang-10/shields.json

0 commit comments

Comments
 (0)